소스 검색

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>