diff --git a/dashboard/final-example/app/dashboard/layout.tsx b/dashboard/final-example/app/dashboard/layout.tsx index 8fbc3232..d4e57ef5 100644 --- a/dashboard/final-example/app/dashboard/layout.tsx +++ b/dashboard/final-example/app/dashboard/layout.tsx @@ -1,6 +1,6 @@ import SideNav from '@/app/ui/dashboard/sidenav'; -export default function Layout({ children }: { children: React.ReactNode }) { +export default function Layout({ children }: { children: React.ReactNode; }) { return (