diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b768c5a..e3692d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,7 @@ export const metadata: Metadata = { export default function ({ children }: LayoutProps) { return ( - {children} + {children} ); }