mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import { IndexPage } from "./pages/Index";
|
|
|
|
export default function Index() {
|
|
return <IndexPage />;
|
|
}
|