diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx deleted file mode 100644 index 31a9c32..0000000 --- a/src/app/(app)/layout.tsx +++ /dev/null @@ -1,13 +0,0 @@ -interface AppLayoutProps { - children: React.ReactNode; -} - -export default function AppLayout({ children }: AppLayoutProps) { - return ( -