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