diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-24 18:48:57 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:15:24 +0100 |
| commit | 3f8ae3f558446aba3870e90c899db25ad9321499 (patch) | |
| tree | 30824d02705337309d9223f8c5a6bd8fc41d482c /src/components/organisms/nav/index.ts | |
| parent | 98044be08600daf6bd7c7e1a4adada319dbcbbaf (diff) | |
refactor(components): rewrite Pagination component
Diffstat (limited to 'src/components/organisms/nav/index.ts')
| -rw-r--r-- | src/components/organisms/nav/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/organisms/nav/index.ts b/src/components/organisms/nav/index.ts new file mode 100644 index 0000000..cb72765 --- /dev/null +++ b/src/components/organisms/nav/index.ts @@ -0,0 +1 @@ +export * from './pagination'; |
