diff --git a/src/app/(web)/layout.tsx b/src/app/(web)/layout.tsx index 5942579..b9bcd2d 100644 --- a/src/app/(web)/layout.tsx +++ b/src/app/(web)/layout.tsx @@ -7,24 +7,22 @@ import { ThemeProvider } from '@/components/theme-provider'; import '../globals.css' -import { ReactNode } from 'react'; - -interface RootLayoutProps { - children: ReactNode; -} - -export default function RootLayout({ children }: RootLayoutProps) { - return ( - -
-