aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/page/page-section.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): integrate sectioned page template into PageArmand Philippot2023-11-231-0/+43
* replace Section component by a generic one (other components should be able to use it) * add a PageSection component * add `hasSections` prop to Page component * remove sectioned-page template