feat: add primitive profile settings
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
68e5e6d011
commit
140734b32c
@@ -11,6 +11,7 @@ import Explore from 'pages/Explore';
|
||||
import Login from 'pages/Login';
|
||||
import EditorRoutes from 'pages/Editor/routes';
|
||||
import * as URLS from 'config/urls';
|
||||
import settingsRoutes from './settingsRoutes';
|
||||
|
||||
export default (
|
||||
<Routes>
|
||||
@@ -34,6 +35,10 @@ export default (
|
||||
|
||||
<Route path="/" element={<Navigate to={URLS.FLOWS} />} />
|
||||
|
||||
<Route path={`${URLS.SETTINGS}`}>
|
||||
{settingsRoutes}
|
||||
</Route>
|
||||
|
||||
<Route element={<Layout><div>404</div></Layout>} />
|
||||
</Routes>
|
||||
);
|
||||
|
Reference in New Issue
Block a user