diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-24 19:26:47 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:15:27 +0100 |
| commit | 73e12fe8ae059ef70bbdf8716af421cb72aec76c (patch) | |
| tree | 2971d405b34b10b44ecb446cd591c96adc2206f1 /src/components/molecules/nav/index.ts | |
| parent | 3f8ae3f558446aba3870e90c899db25ad9321499 (diff) | |
refactor(components): rewrite Breadcrumbs component
Diffstat (limited to 'src/components/molecules/nav/index.ts')
| -rw-r--r-- | src/components/molecules/nav/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/molecules/nav/index.ts b/src/components/molecules/nav/index.ts index 2f9b8e3..08e47b7 100644 --- a/src/components/molecules/nav/index.ts +++ b/src/components/molecules/nav/index.ts @@ -1,4 +1,3 @@ -export * from './breadcrumb'; export * from './nav-item'; export * from './nav-link'; export * from './nav-list'; |
