👔 feat: add base structure for anime page
This commit is contained in:
11
features/anime/index.tsx
Normal file
11
features/anime/index.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import AnimeInformation from "./sections/Information/wrapper";
|
||||
|
||||
const AnimeIndex = () => {
|
||||
return (
|
||||
<div>
|
||||
<AnimeInformation />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default AnimeIndex;
|
||||
Reference in New Issue
Block a user