chore: remove frontend files

This commit is contained in:
2025-06-04 09:20:02 +09:00
committed by Satsuki Akiba (aider)
parent b865fbf3b9
commit b7a9f8e24a
11 changed files with 0 additions and 290 deletions

View File

@ -1,14 +0,0 @@
import React from "react";
import FeedList from "../components/FeedList";
import EpisodeList from "../components/EpisodeList";
export default function App() {
return (
<div style={{ padding: "20px", fontFamily: "sans-serif" }}>
<h1> </h1>
<FeedList />
<hr style={{ margin: "20px 0" }} />
<EpisodeList />
</div>
);
}