diff --git a/src/app/ai/page.tsx b/src/app/ai/page.tsx index 6c8ab76..e9e952f 100644 --- a/src/app/ai/page.tsx +++ b/src/app/ai/page.tsx @@ -168,22 +168,14 @@ export default function AIChatPage() { )} - {/* Header - same pattern as other pages */} -
-
- -

AI Chat

-
- -
- - {/* Sidebar */} + {/* Sidebar - sessions list on left */}
-

Chats

+
+ +

Chats

+
@@ -222,8 +214,12 @@ export default function AIChatPage() { {/* Main chat */}
-
- {currentSession?.title || "AI Chat"} +
+
+ + {currentSession?.title || "AI Chat"} +
+