diff --git a/src/components/AppBar.tsx b/src/components/AppBar.tsx
index ee0af5c..4e8ecd7 100644
--- a/src/components/AppBar.tsx
+++ b/src/components/AppBar.tsx
@@ -1,5 +1,6 @@
import { BellRingIcon, ListChecksIcon, SettingsIcon } from 'lucide-react'
+import { Badge } from '@/components/Badge'
import { Button } from '@/components/ui/button'
interface AppBarProps {
@@ -15,11 +16,15 @@ export function AppBar({ onSettingsClick, onJobsClick, onNotificationsClick }: A
MAIA.2