Files
vf_react/src/views/AgentChat/neuratalk/app/history/page.tsx
2025-11-22 08:57:37 +08:00

6 lines
115 B
TypeScript

import HistoryPage from "@/templates/HistoryPage";
export default function Page() {
return <HistoryPage />;
}