import AnimeInformation from "./sections/Information/wrapper"; const AnimeIndex = () => { return (
); }; export default AnimeIndex;