diff --git a/src/App.tsx b/src/App.tsx
index 543ace4..5a00e4e 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -19,6 +19,7 @@ import { NotificationsView } from "./components/notifications/NotificationsView"
import { BookmarkView } from "./components/bookmark/BookmarkView";
import { HashtagFeed } from "./components/feed/HashtagFeed";
import { PodcastsView } from "./components/podcast/PodcastsView";
+import { FollowsView } from "./components/follows/FollowsView";
import { PodcastPlayerBar } from "./components/podcast/PodcastPlayerBar";
import { ToastContainer } from "./components/shared/ToastContainer";
import { DebugPanel } from "./components/shared/DebugPanel";
@@ -123,6 +124,7 @@ function App() {
{currentView === "bookmarks" &&
{followersError}
+ )} + {!followersLoading && !followersError && followers.length === 0 && followersFetched && ( +No followers found yet.
+ )} + {followers.map((pk) => ( +Not following anyone yet.
+ )} + {follows.map((pk) => ( +