diff --git a/src/app/(stats)/layout.tsx b/src/app/(stats)/layout.tsx index a160b99..51b4190 100644 --- a/src/app/(stats)/layout.tsx +++ b/src/app/(stats)/layout.tsx @@ -6,7 +6,7 @@ import { ReactNode } from "react" export default function StatsLayout({ children }: Readonly<{ children: ReactNode }>) { return ( <> -
+
-
+
{children}