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.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/organisms/index.ts b/src/components/organisms/index.ts
new file mode 100644
index 0000000..8dfc61b
--- /dev/null
+++ b/src/components/organisms/index.ts
@@ -0,0 +1,6 @@
+export * from './forms';
+export * from './images';
+export * from './layout';
+export * from './modals';
+export * from './toolbar';
+export * from './widgets';