import HistoryPage from "@/components/history/HistoryPage";

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