export const metadata = {
  title: "История",
};

import { HistoryPage } from "@/app/pages/History";

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