diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index ba6fec1..15cb1da 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -18,6 +18,7 @@ import CourtDiscussion from './components/CourtDiscussion'; import UsagePanel from './components/UsagePanel'; import SettingsPanel from './components/SettingsPanel'; import GlobalSearch from './components/GlobalSearch'; +import NotificationCenter from './components/NotificationCenter'; export default function App() { const [showCreateModal, setShowCreateModal] = useState(false);