aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/index.ts
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-02 00:00:35 +0900
committernsfisis <nsfisis@gmail.com>2025-11-02 00:00:35 +0900
commit104341ddc4add57f83c58cb3fabb23b6fbfdd3e4 (patch)
tree862b109fe257e6170a88929729dae3bddfb6eb49 /frontend/src/components/index.ts
parentba1e0c904f810193f25d4f88cc2bb168f1d625fe (diff)
downloadfeedaka-feat/multi-user.tar.gz
feedaka-feat/multi-user.tar.zst
feedaka-feat/multi-user.zip
Diffstat (limited to 'frontend/src/components/index.ts')
-rw-r--r--frontend/src/components/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/index.ts b/frontend/src/components/index.ts
index 8253800..06f4c29 100644
--- a/frontend/src/components/index.ts
+++ b/frontend/src/components/index.ts
@@ -4,3 +4,4 @@ export { FeedList } from "./FeedList";
export { Layout } from "./Layout";
export { MenuItem } from "./MenuItem";
export { Navigation } from "./Navigation";
+export { ProtectedRoute } from "./ProtectedRoute";