export const metadata = {
  title: "AniX | Домашняя",
};

import { IndexPage } from "./pages/Index";

export default function Index() {
  return <IndexPage />;
}