feat: add NotificationIcon component and update admin layout for improved UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user