origin/apps/web/src/app/main/admin/deptsettingpage/page.tsx

7 lines
128 B
TypeScript
Raw Normal View History

2025-03-20 23:09:41 +08:00
export default function DeptSettingPage() {
return (
<div>
<h1></h1>
</div>
);
}