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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/index.ts b/src/components/organisms/index.ts
index 04a985d..d0d1f99 100644
--- a/src/components/organisms/index.ts
+++ b/src/components/organisms/index.ts
@@ -1,9 +1,9 @@
export * from './comment';
export * from './comments-list';
export * from './forms';
-export * from './layout';
export * from './nav';
export * from './navbar';
+export * from './posts-list';
export * from './post-preview';
export * from './project-overview';
export * from './widgets';