👔 feat: add base structure for anime page
This commit is contained in:
9
app/(session)/(main)/anime/[slug]/page.tsx
Normal file
9
app/(session)/(main)/anime/[slug]/page.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import AnimeIndex from "@/features/anime";
|
||||
|
||||
export default function page() {
|
||||
return (
|
||||
<div>
|
||||
<AnimeIndex />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user