初始化专案

This commit is contained in:
liamzi
2025-01-03 18:30:59 +08:00
parent f2773a0788
commit 276683d01c
4 changed files with 24 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react'
export default function ProjectDetail() {
return (
<div>ProjectDetail</div>
)
}