diff --git a/web/src/App.tsx b/web/src/App.tsx index f063bfd..a94215e 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -5,6 +5,7 @@ import Notes from './components/Notes'; import Lists from './components/Lists'; import Journals from './components/Journals'; import Boards from './components/Boards'; +import Contacts from './components/Contacts'; import { isAuthenticated, clearAuthState, getUsername } from './lib/auth'; import { onSessionExpired } from './lib/api'; import { startSessionMonitoring, stopSessionMonitoring } from './lib/sessionManager'; @@ -74,6 +75,12 @@ function Layout({ children }: { children: React.ReactNode }) { > 📋 Boards + + 👤 Contacts +