AniX/app/history/page.tsx

9 lines
167 B
TypeScript

export const metadata = {
title: "История",
};
import { HistoryPage } from "#/pages/History";
export default function Index() {
return <HistoryPage />;
}