浏览代码

fix: stash

ansoni 1 月之前
父节点
当前提交
9ef2932791
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/[locale]/(TabBar)/layout.tsx

+ 1 - 0
src/app/[locale]/(TabBar)/layout.tsx

@@ -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>