Files
zhimingge/app/history/page.tsx
T
2026-06-13 09:39:38 +08:00

6 lines
142 B
TypeScript

import HistoryPageClient from "@/components/history/history-page";
export default function HistoryPage() {
return <HistoryPageClient />;
}