@@ -4,6 +4,7 @@ type Props = {};
const Layout: FC<PropsWithChildren<Props>> = (props) => {
const { children } = props;
+ console.log(`🚀🚀🚀🚀🚀-> in layout.tsx on 7`, children);
return (
<>
<main className={"main-footer"}>{children}</main>