aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/index.ts')
-rw-r--r--frontend/src/components/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/src/components/index.ts b/frontend/src/components/index.ts
new file mode 100644
index 0000000..8253800
--- /dev/null
+++ b/frontend/src/components/index.ts
@@ -0,0 +1,6 @@
+export { AddFeedForm } from "./AddFeedForm";
+export { ArticleList } from "./ArticleList";
+export { FeedList } from "./FeedList";
+export { Layout } from "./Layout";
+export { MenuItem } from "./MenuItem";
+export { Navigation } from "./Navigation";