diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index e69de29..83bc94d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -0,0 +1,14 @@ +import React from "react"; +import FeedList from "../components/FeedList"; +import EpisodeList from "../components/EpisodeList"; + +export default function App() { + return ( +