diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8c64d43..09b7d61 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -9,6 +9,7 @@ import { AuthService, type UserResponse } from "./services/auth" import { ChatService, type MessageResponse } from "./services/chat" import { type Conversation } from "./components/layout/HistorySidebar" import { registerUnauthorizedCallback } from "./services/api" +import { Button } from "./components/ui/button" function App() { const [isAuthenticated, setIsAuthenticated] = useState(false) @@ -179,12 +180,13 @@ function App() { Welcome, {user?.display_name || user?.email || "User"}! - +
Create a new conversation in the sidebar to start asking questions.
- +