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

import { HistoryPage } from "#/pages/History";

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