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