feat(image): add page
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"use client"
|
||||
|
||||
export default function ProjectOwnPage() {
|
||||
return <>Project Own</>
|
||||
import ProjectInfoPage from "@/components/project"
|
||||
|
||||
export default function ProjectAllPage() {
|
||||
return <ProjectInfoPage type={""} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user