9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
export default function ServicesPage() {
|
|
return (
|
|
<div>
|
|
<h1 className="text-2xl font-bold">服务管理</h1>
|
|
<p className="mt-2 text-muted-foreground">管理已发布的陪玩服务</p>
|
|
</div>
|
|
)
|
|
}
|