Skip to content

Commit

Permalink
updated import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujal7ss committed Jun 8, 2024
1 parent f54bd88 commit 00098ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Bangers } from "next/font/google";
import "./globals.css";
import Navbar from "./navbar";
import Navbar from "../../../packages/components/navbar";
import { Metadata } from "next";
import { FC, ReactNode } from "react";

Expand Down

0 comments on commit 00098ec

Please sign in to comment.