MinJeung-Kim / NextJS-v13--Study

Next.js(v13)의 λͺ¨λ“ κ²ƒπŸ˜Ž
https://next-js-v13-study.vercel.app
0 stars 0 forks source link

κΈ°λ³Έ Pages #12

Open MinJeung-Kim opened 1 year ago

MinJeung-Kim commented 1 year ago

πŸ€™ File Conventions

1. Not Found


2. Layout

...

export default function RootLayout({ children, }: { children: React.ReactNode; }) { return (

Demo Note

{children}

); }


![image](https://github.com/MinJeung-Kim/NextJS-Study/assets/79193369/f0da6b89-8845-45dd-84cb-e5cf41481dd8)