7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
|
export default function DeptSettingPage() {
|
||
|
return (
|
||
|
<div>
|
||
|
<h1>部门设置</h1>
|
||
|
</div>
|
||
|
);
|
||
|
}
|