feat(management/project): management/project type
This commit is contained in:
7
app/management/project/all/page.tsx
Normal file
7
app/management/project/all/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import ProjectInfoPage from "@/components/project"
|
||||
|
||||
export default function ProjectAllPage() {
|
||||
return <ProjectInfoPage type={""} />
|
||||
}
|
||||
7
app/management/project/dynamic/page.tsx
Normal file
7
app/management/project/dynamic/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import ProjectInfoPage from "@/components/project"
|
||||
|
||||
export default function ProjectDynamicPage() {
|
||||
return <ProjectInfoPage type={"dynamic"} />
|
||||
}
|
||||
Reference in New Issue
Block a user