aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-25 17:23:53 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:15:27 +0100
commitc21a137e1991af1331fe5768fc6bac15ea9230b1 (patch)
tree80569408dbed888273a15d9ae543f553f2798a9b /src/components/organisms/toolbar/index.ts
parent73e12fe8ae059ef70bbdf8716af421cb72aec76c (diff)
refactor(components): extract MainNav component from toolbar
Diffstat (limited to 'src/components/organisms/toolbar/index.ts')
-rw-r--r--src/components/organisms/toolbar/index.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/organisms/toolbar/index.ts b/src/components/organisms/toolbar/index.ts
index 9433412..316a52a 100644
--- a/src/components/organisms/toolbar/index.ts
+++ b/src/components/organisms/toolbar/index.ts
@@ -1,4 +1 @@
-export * from './main-nav';
-export * from './search';
-export * from './settings';
export * from './toolbar';