diff --git a/apps/web/src/apps/modules/layouts/components/header.layout.tsx b/apps/web/src/apps/modules/layouts/components/header.layout.tsx
index 8920a2f..d50bc56 100644
--- a/apps/web/src/apps/modules/layouts/components/header.layout.tsx
+++ b/apps/web/src/apps/modules/layouts/components/header.layout.tsx
@@ -6,7 +6,6 @@ import {
Text,
useCoreAppShell,
ActionIcon,
- Indicator,
Menu,
Avatar,
UnstyledButton,
@@ -14,6 +13,7 @@ import {
} from '@repo/ui/components';
import { Globe, Bell, HelpCircle, Settings, User, Briefcase, LogOut, ChevronDown } from 'lucide-react';
import { AppStorageKey, secureStorage } from '../../../../core/storage/local';
+import { NotificationDropdown } from './notifications/notification-dropdown';
// Dummy user data for preview
const USER = {
@@ -60,11 +60,11 @@ export default function HeaderLayout() {
-
+
-
+