Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng authored Mar 21, 2024
1 parent 83bb504 commit 69e3a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import NavBar from "./components/navbar";
import "./globals.css";
import { Inter } from "next/font/google";

//
const inter = Inter({ subsets: ["latin"] });
////
export const metadata = {
Expand Down

0 comments on commit 69e3a6b

Please sign in to comment.