feat(management): add team mod

This commit is contained in:
zhangheng
2026-02-26 20:11:02 +08:00
parent 4c72bbe55d
commit 5325ef7b95
6 changed files with 67 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
"use client"
export default function EmployeePage() {
return <></>
}