aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/lists/description-list/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/lists/description-list/index.ts')
-rw-r--r--src/components/atoms/lists/description-list/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/atoms/lists/description-list/index.ts b/src/components/atoms/lists/description-list/index.ts
new file mode 100644
index 0000000..7f67579
--- /dev/null
+++ b/src/components/atoms/lists/description-list/index.ts
@@ -0,0 +1,4 @@
+export * from './description';
+export * from './description-list';
+export * from './group';
+export * from './term';