👔 feat: add base structure for anime page

This commit is contained in:
2026-04-05 22:48:47 +07:00
parent 5a8395e50b
commit a277372f43
6 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import AnimeIndex from "@/features/anime";
export default function page() {
return (
<div>
<AnimeIndex />
</div>
);
}