diff --git a/compass/app/auth/layout.tsx b/compass/app/auth/layout.tsx index 6a6fb96..4757eb7 100644 --- a/compass/app/auth/layout.tsx +++ b/compass/app/auth/layout.tsx @@ -11,7 +11,7 @@ export default function RootLayout({ }) { return ( -
+ {children}

diff --git a/compass/components/auth/Paper.tsx b/compass/components/auth/Paper.tsx index 95b9ba0..de9d4b3 100644 --- a/compass/components/auth/Paper.tsx +++ b/compass/components/auth/Paper.tsx @@ -6,7 +6,7 @@ interface PageInterface { const Paper: React.FC = ({ children }) => { return ( -

+
{children}
);