@@ -4,7 +4,6 @@ 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>