From 3ba71500bc2d60a00ca81b9439305029670f4d52 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 06:55:21 -0800 Subject: Implement Frontend Feed Items View with tests --- frontend/src/App.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'frontend/src/App.tsx') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 7d26025..bc4e097 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -32,6 +32,7 @@ function RequireAuth({ children }: { children: React.ReactElement }) { } import FeedList from './components/FeedList'; +import FeedItems from './components/FeedItems'; function Dashboard() { return ( @@ -47,7 +48,10 @@ function Dashboard() {
-

Select a feed to view items.

+ + } /> + Select a feed to view items.

} /> +
-- cgit v1.2.3