Merge branch 'develop' into recorder-ui-shift

This commit is contained in:
Rohit
2025-11-12 22:08:23 +05:30
committed by GitHub
12 changed files with 326 additions and 255 deletions

View File

@@ -133,6 +133,10 @@ export const PageWrapper = () => {
path="/register"
element={<Register />}
/>
<Route
path="/recording-setup"
element={<div />}
/>
<Route path="*" element={<NotFoundPage />} />
</Routes>
</Box>