462bec2739
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import HistoryPageClient from "@/components/history/history-page";
|
|
|
|
export default function HistoryPage() {
|
|
return <HistoryPageClient />;
|
|
}
|