diff --git a/src/components/BaseLayout.tsx b/src/components/BaseLayout.tsx index 284c8ca..d9fa40f 100644 --- a/src/components/BaseLayout.tsx +++ b/src/components/BaseLayout.tsx @@ -11,11 +11,11 @@ type Props = { function BaseLayout({ header, footer, children, className }: Props) { return (
- {/*
*/} +
{children}
- {/*
); }