6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import HistoryPage from "@/templates/HistoryPage";
|
|
|
|
export default function Page() {
|
|
return <HistoryPage />;
|
|
}
|