diff --git a/src/app/boards/layout.tsx b/src/app/boards/layout.tsx index 09288909..41d7017b 100644 --- a/src/app/boards/layout.tsx +++ b/src/app/boards/layout.tsx @@ -4,7 +4,7 @@ import Dashboard from "~/app/components/dashboard"; export default function Layout(props: { children: React.ReactNode }) { return ( - {props.children}; + {props.children} ); }