feat(management/project): management/project type

This commit is contained in:
2026-02-06 13:52:32 +08:00
parent 0280929c64
commit e159270fdd
6 changed files with 1150 additions and 627 deletions

View File

@@ -0,0 +1,7 @@
"use client"
import ProjectInfoPage from "@/components/project"
export default function ProjectAllPage() {
return <ProjectInfoPage type={""} />
}