5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
|
export default function Page() {
|
||
|
return (
|
||
|
<>文章管理</>
|
||
|
)
|
||
|
}
|