Skip to content

Commit a05d0b4

Browse files
committed
remove main app
1 parent 46bed57 commit a05d0b4

30 files changed

+1
-4366
lines changed

viewer/packages/lowcoder/src/app.tsx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const LazyUserAuthComp = React.lazy(() => import("pages/userAuth"));
5656
const LazyInviteLanding = React.lazy(() => import("pages/common/inviteLanding"));
5757
const LazyComponentPlayground = React.lazy(() => import("pages/ComponentPlayground"));
5858
const LazyAppEditor = React.lazy(() => import("pages/editor/AppEditor"));
59-
const LazyAppFromTemplate = React.lazy(() => import("pages/ApplicationV2/AppFromTemplate"));
60-
const LazyApplicationHome = React.lazy(() => import("pages/ApplicationV2"));
6159
const LazyDebugComp = React.lazy(() => import("./debug"));
6260
const LazyDebugNewComp = React.lazy(() => import("./debugNew"));
6361

@@ -294,33 +292,11 @@ class AppIndex extends React.Component<AppIndexProps, any> {
294292
<SystemWarning />
295293
<Router history={history}>
296294
<Switch>
297-
<LazyRoute
298-
exact
299-
path={IMPORT_APP_FROM_TEMPLATE_URL}
300-
component={LazyAppFromTemplate}
301-
/>
302295
<LazyRoute
303296
fallback="layout"
304297
path={APP_EDITOR_URL}
305298
component={LazyAppEditor}
306299
/>
307-
<LazyRoute
308-
fallback="layout"
309-
path={[
310-
USER_PROFILE_URL,
311-
ORG_HOME_URL,
312-
ALL_APPLICATIONS_URL,
313-
DATASOURCE_CREATE_URL,
314-
DATASOURCE_EDIT_URL,
315-
DATASOURCE_URL,
316-
QUERY_LIBRARY_URL,
317-
FOLDERS_URL,
318-
FOLDER_URL,
319-
ADMIN_APP_URL
320-
]}
321-
// component={ApplicationListPage}
322-
component={LazyApplicationHome}
323-
/>
324300
<LazyRoute path={USER_AUTH_URL} component={LazyUserAuthComp} />
325301
<LazyRoute
326302
path={ORG_AUTH_LOGIN_URL}

viewer/packages/lowcoder/src/components/CreateAppButton.tsx

Lines changed: 0 additions & 105 deletions
This file was deleted.

viewer/packages/lowcoder/src/pages/ApplicationV2/AppFromTemplate.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)