aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/headings/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Heading componentArmand Philippot2023-10-241-1/+0
| | | | | | | | | * remove `alignment` and `withMargin` props (consumer should handle that) * move styles to Sass placeholders to avoid repeats with headings coming from WordPress * refactor some other components that depend on Heading to avoid ESlint errors
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-0/+1
Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.