aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/index.ts')
-rw-r--r--src/components/molecules/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/molecules/index.ts b/src/components/molecules/index.ts
new file mode 100644
index 0000000..1a101e4
--- /dev/null
+++ b/src/components/molecules/index.ts
@@ -0,0 +1,6 @@
+export * from './buttons';
+export * from './forms';
+export * from './images';
+export * from './layout';
+export * from './modals';
+export * from './nav';