collect-system/apps/web/src/app/main/paths/page.tsx

6 lines
147 B
TypeScript
Raw Normal View History

2025-02-19 16:06:03 +08:00
import MindEditor from "@web/src/components/common/editor/MindEditor";
2025-02-21 16:57:22 +08:00
2025-02-06 16:32:31 +08:00
export default function PathsPage() {
2025-02-21 16:57:22 +08:00
return <MindEditor></MindEditor>;
2025-02-21 08:18:48 +08:00
}