diff --git a/app/root.tsx b/app/root.tsx index 3c887ff..fcf52cc 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -32,7 +32,7 @@ export const meta: MetaFunction = () => [ }, ]; -export default function App() { +export function Layout({ children }: React.PropsWithChildren) { return (
@@ -51,7 +51,7 @@ export default function App() { /> -