aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-24 18:48:57 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:15:24 +0100
commit3f8ae3f558446aba3870e90c899db25ad9321499 (patch)
tree30824d02705337309d9223f8c5a6bd8fc41d482c /src/components/molecules/nav/index.ts
parent98044be08600daf6bd7c7e1a4adada319dbcbbaf (diff)
refactor(components): rewrite Pagination component
Diffstat (limited to 'src/components/molecules/nav/index.ts')
-rw-r--r--src/components/molecules/nav/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/molecules/nav/index.ts b/src/components/molecules/nav/index.ts
index ca84088..2f9b8e3 100644
--- a/src/components/molecules/nav/index.ts
+++ b/src/components/molecules/nav/index.ts
@@ -2,4 +2,3 @@ export * from './breadcrumb';
export * from './nav-item';
export * from './nav-link';
export * from './nav-list';
-export * from './pagination';