5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export default function Dept() {
|
|
return(
|
|
<div>dept</div>
|
|
)
|
|
} |