7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export default function PromotionsPage() {
|
|
return (
|
|
<div className="text-sm text-foreground">Promotions page placeholder</div>
|
|
)
|
|
}
|
|
|