diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1b7ab91..1aa6c8e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,6 @@ import { ReactQueryProvider } from "./ReactQueryProvider"; import { AuthOptions } from "@/app/api/auth/[...nextauth]/route"; import { getServerSession } from "next-auth/next"; import { cache } from "react"; - import { Inter } from "next/font/google"; // If loading a variable font, you don't need to specify the font weight @@ -26,15 +25,7 @@ const getSession = cache(async () => { export function Footer() { return ( -