add Notifications view
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export function NotificationsView() {
|
export function NotificationsView() {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-1 flex-col gap-1 p-4">
|
<div className="flex flex-1 flex-col gap-1 p-4 items-center">
|
||||||
<p className="text-sm text-muted-foreground">Notifications coming soon.</p>
|
<p className="text-sm text-muted-foreground">No notifications.</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user