diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 87b4737..cbeb21f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,6 @@ import Providers from './Providers'; dns.setDefaultResultOrder('ipv4first'); import '../styles/globals.css'; -import Link from 'next/link'; // TODO: figure out if we don't need any weights const roboto = Roboto({ subsets: ['latin'], weight: ['100', '300', '400', '500', '700', '900'] }); @@ -19,9 +18,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
- + {/* - + */}