AniX/app/page.tsx

5 lines
104 B
TypeScript

import { IndexPage } from "./pages/Index";
export default function Index() {
return <IndexPage />;
}