Skip to content

Commit e5778f5

Browse files
Merge pull request #55 from NexGenStudioDev/Abhishek
feat(routes): add new route for ChatPage
2 parents 5e0be56 + ea410c3 commit e5778f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LocalMind-Frontend/src/app/routes/AppRoutes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const AppRoutes: React.FC = () => {
1313
<Route path="/" element={<HomePage />} />
1414

1515
{/* Chat Page */}
16-
<Route path="/chat" element={<ChatPage />} /> {/* ✅ New route */}
16+
1717
</Routes>
1818
)
1919
}

0 commit comments

Comments
 (0)