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