Files
juwan-frontend/app/(dashboard)/dashboard/shop/page.tsx
T

9 lines
248 B
TypeScript

export default function ShopManagementPage() {
return (
<div>
<h1 className="text-2xl font-bold"></h1>
<p className="mt-2 text-muted-foreground"></p>
</div>
)
}