aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout/layout.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: use persistent layoutArmand Philippot2022-05-171-6/+5
| | | | | It prevents to rerender the common components between pages (header, footer...).
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-5/+7
|
* chore: add a Layout componentArmand Philippot2022-04-221-0/+34
It defines the different components used by all other layouts.