feat: add NotificationIcon component and update admin layout for improved UI

This commit is contained in:
Ardeman
2025-02-23 17:00:17 +08:00
parent 15f8dbb8e2
commit 661baca101
7 changed files with 97 additions and 21 deletions
@@ -1,10 +1,4 @@
const DashboardIndexLayout = () => {
return (
<div className="relative">
<div className="flex min-h-screen items-center justify-center bg-gray-100">
Dashboard Page
</div>
</div>
)
return <div className="flex items-center justify-center">Dashboard Page</div>
}
export default DashboardIndexLayout