feat: introduce notifications page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
db021c06c7
commit
d373d04cdf
@@ -12,6 +12,8 @@ import Login from 'pages/Login';
|
||||
import EditorRoutes from 'pages/Editor/routes';
|
||||
import * as URLS from 'config/urls';
|
||||
import settingsRoutes from './settingsRoutes';
|
||||
import Notifications from 'pages/Notifications';
|
||||
|
||||
|
||||
export default (
|
||||
<Routes>
|
||||
@@ -33,6 +35,8 @@ export default (
|
||||
|
||||
<Route path={URLS.LOGIN} element={<PublicLayout><Login /></PublicLayout>} />
|
||||
|
||||
<Route path={URLS.UPDATES} element={<Layout><Notifications /></Layout>} />
|
||||
|
||||
<Route path="/" element={<Navigate to={URLS.FLOWS} />} />
|
||||
|
||||
<Route path={`${URLS.SETTINGS}`}>
|
||||
|
Reference in New Issue
Block a user