aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/index.ts')
-rw-r--r--src/components/organisms/layout/index.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/organisms/layout/index.ts b/src/components/organisms/layout/index.ts
new file mode 100644
index 0000000..35061cb
--- /dev/null
+++ b/src/components/organisms/layout/index.ts
@@ -0,0 +1,9 @@
+export * from './cards-list';
+export * from './comment';
+export * from './comments-list';
+export * from './footer';
+export * from './header';
+export * from './no-results';
+export * from './overview';
+export * from './posts-list';
+export * from './summary';