covidgreen / covid-green-app

Apache License 2.0
297 stars 54 forks source link

Refactor: move layout components from `theme/layouts` to `components/templates` #23

Closed andreaforni closed 4 years ago

andreaforni commented 4 years ago

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.