feat(image): add page

This commit is contained in:
2026-03-16 20:52:26 +08:00
parent 8776d2ea6f
commit 9c72686436
28 changed files with 6325 additions and 37 deletions

View File

@@ -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={""} />
}