diff --git a/app/(homescreens)/layout.tsx b/app/(homescreens)/layout.tsx index 24bebcd..d76b308 100644 --- a/app/(homescreens)/layout.tsx +++ b/app/(homescreens)/layout.tsx @@ -8,7 +8,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{children}