返回 presentation-ai
page.tsx
根目录 / src / app / presentation / page.tsx
1 import { PresentationDashboard } from "@/components/notebook/presentation/components/PresentationDashboard";
2
3 export default function PresentationPage() {
4 return <PresentationDashboard />;
5 }
6
6 lines Plain Text