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