mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
export const metadata = {
|
|
title: "AniX | Домашняя",
|
|
};
|
|
|
|
import { IndexPage } from "./pages/Index";
|
|
|
|
export default function Index() {
|
|
return <IndexPage />;
|
|
}
|