AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Create app directory and the root layout file #344

Open nozomione opened 2 months ago

nozomione commented 2 months ago

Context

The app router uses the app folder and the root layout (required) which is a replacement for the _app and _document files of the page router.

We'll need to add them in the project directory.

Problem or idea

As stated above, create a new directory app for the app router and add a root layout file.

Solution or next step

  1. Create the app folder in ./src
  2. Create the root layout app/layout.js file