ansoni 1 bulan lalu
induk
melakukan
9ef2932791
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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>