To be compliant with the atomic design used in the app we should move the layout components from theme/layouts to components/templates. We should also remove the theme/layouts/index.ts file and let the other components to import directly the template required.
To be compliant with the atomic design used in the app we should move the layout components from
theme/layouts
tocomponents/templates
. We should also remove thetheme/layouts/index.ts
file and let the other components to import directly the template required.