(feat:settings) routes for tab

This commit is contained in:
ManishMadan2882
2025-03-24 13:56:12 +05:30
parent e9702ae2de
commit 42422ccdcd
2 changed files with 53 additions and 42 deletions

View File

@@ -63,7 +63,7 @@ export default function App() {
>
<Route index element={<Conversation />} />
<Route path="/about" element={<About />} />
<Route path="/settings" element={<Setting />} />
<Route path="/settings/*" element={<Setting />} />
</Route>
<Route path="/share/:identifier" element={<SharedConversation />} />
<Route path="/*" element={<PageNotFound />} />