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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/organisms/index.ts b/src/components/organisms/index.ts
index 092b78e..43414fa 100644
--- a/src/components/organisms/index.ts
+++ b/src/components/organisms/index.ts
@@ -2,4 +2,5 @@ export * from './forms';
export * from './layout';
export * from './nav';
export * from './navbar';
+export * from './post-preview';
export * from './widgets';