aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/pagination.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Pagination componentArmand Philippot2023-11-111-171/+0
|
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-5/+5
| | | | | | 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.
* chore: complete Storybook storiesArmand Philippot2022-05-211-8/+4
|
* chore: add a Pagination componentArmand Philippot2022-04-211-0/+175