feat: remove explore page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
4173e3bd2a
commit
45f810b5b8
@@ -7,7 +7,6 @@ import Executions from 'pages/Executions';
|
||||
import Execution from 'pages/Execution';
|
||||
import Flows from 'pages/Flows';
|
||||
import Flow from 'pages/Flow';
|
||||
import Explore from 'pages/Explore';
|
||||
import Login from 'pages/Login';
|
||||
import EditorRoutes from 'pages/Editor/routes';
|
||||
import * as URLS from 'config/urls';
|
||||
@@ -27,8 +26,6 @@ export default (
|
||||
|
||||
<Route path={`${URLS.APPS}/*`} element={<Layout><Applications /></Layout>} />
|
||||
|
||||
<Route path={URLS.EXPLORE} element={<Layout><Explore /></Layout>} />
|
||||
|
||||
<Route path={`${URLS.APP_PATTERN}/*`} element={<Layout><Application /></Layout>} />
|
||||
|
||||
<Route path={`${URLS.EDITOR}/*`} element={<EditorRoutes />} />
|
||||
|
Reference in New Issue
Block a user