# page

All the code related to the dashboard, apps, and other pages lies in this folder. We have kept the folder structure very simple and easy to understand by breaking the folders into sub-folders and following proper naming. For example, the modules folder contains a folder named 'dashboard' which contains all the files related to the dashboard, similarly, a folder named 'apps' contains all the code related to apps included in the template.<br>

![page directory of the crema](https://2823473119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcG03Muvufq8OIEHGplxY%2Fuploads%2FHofP7gZTplyHeN6B8nhF%2Fimage.png?alt=media\&token=fb31d4f9-3e25-465e-8807-c99ce899a232)

{% hint style="info" %}
In  the nextjs page directory will be move into <mark style="background-color:blue;">modules</mark>**.**  <mark style="color:blue;">page</mark> is the default directory in the nextjs.
{% endhint %}
