add Notifications view

This commit is contained in:
bluemoehre
2026-07-01 00:19:24 +02:00
parent 44a21f9ea8
commit be1dfb6c23
+2 -2
View File
@@ -1,7 +1,7 @@
export function NotificationsView() {
return (
<div className="flex flex-1 flex-col gap-1 p-4">
<p className="text-sm text-muted-foreground">Notifications coming soon.</p>
<div className="flex flex-1 flex-col gap-1 p-4 items-center">
<p className="text-sm text-muted-foreground">No notifications.</p>
</div>
)
}