AniX/app/history/page.js

9 lines
171 B
JavaScript

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