From 93ee519848b9508771444179b1a024a1953b259a Mon Sep 17 00:00:00 2001 From: Daniel Saewitz Date: Sun, 23 Jun 2024 13:52:42 -0400 Subject: [PATCH] RIP Bill --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }) - + {/*
- + */} {children}