diff --git a/src/App.tsx b/src/App.tsx index 11a6000..f1020f4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,15 @@ import { Favorites } from '@/pages/Favorites' import { Settings } from '@/pages/Settings' import { MyPodcasts } from '@/pages/MyPodcasts' import { Offline } from '@/pages/Offline' +import { Trending } from '@/pages/Trending' +import { Following } from '@/pages/Following' +import { ForYou } from '@/pages/ForYou' +import { Playlists } from '@/pages/Playlists' +import { PlaylistDetail } from '@/pages/PlaylistDetail' +import { Notifications } from '@/pages/Notifications' +import { ShowDetail } from '@/pages/ShowDetail' +import { MyShows } from '@/pages/MyShows' +import { Dashboard } from '@/pages/Dashboard' export default function App() { const { setUser, fetchProfile } = useAuthStore() @@ -58,6 +67,15 @@ export default function App() { } /> } /> } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> } />