Skip to content

Commit

Permalink
deleted inter font
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylitvinenko1 committed Feb 18, 2024
1 parent 90d0a21 commit 6cb198f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";

const inter = Inter({ subsets: ["latin"] });

// export const metadata: Metadata = {
// title: "Create Next App",
// description: "Generated by create next app",
// };


export default function RootLayout({
children,
}: Readonly<{
Expand Down

0 comments on commit 6cb198f

Please sign in to comment.