aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/index.ts')
-rw-r--r--src/components/organisms/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/organisms/index.ts b/src/components/organisms/index.ts
index 5e659b5..092b78e 100644
--- a/src/components/organisms/index.ts
+++ b/src/components/organisms/index.ts
@@ -1,6 +1,5 @@
export * from './forms';
export * from './layout';
-export * from './modals';
export * from './nav';
-export * from './toolbar';
+export * from './navbar';
export * from './widgets';