mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Add missing files
This commit is contained in:
parent
cad38bbf6a
commit
701d22805b
1
dist/src_components_editor-page_index_tsx.bundle.js
vendored
Symbolic link
1
dist/src_components_editor-page_index_tsx.bundle.js
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../packages/webapp/dist/src_components_editor-page_index_tsx.bundle.js
|
1
dist/src_components_editor-page_index_tsx.bundle.js.map
vendored
Symbolic link
1
dist/src_components_editor-page_index_tsx.bundle.js.map
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../packages/webapp/dist/src_components_editor-page_index_tsx.bundle.js.map
|
1
dist/src_components_maps-page_index_tsx.bundle.js
vendored
Symbolic link
1
dist/src_components_maps-page_index_tsx.bundle.js
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../packages/webapp/dist/src_components_maps-page_index_tsx.bundle.js
|
1
dist/src_components_maps-page_index_tsx.bundle.js.map
vendored
Symbolic link
1
dist/src_components_maps-page_index_tsx.bundle.js.map
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../packages/webapp/dist/src_components_maps-page_index_tsx.bundle.js.map
|
@ -15,9 +15,9 @@ import { ThemeProvider, Theme, StyledEngineProvider } from '@mui/material/styles
|
||||
import ReactGA from 'react-ga4';
|
||||
import AppConfig from './classes/app-config';
|
||||
import withSessionExpirationHandling from './components/HOCs/withSessionExpirationHandling';
|
||||
import RegistrationSuccessPage from './components/registration-success-page';
|
||||
|
||||
const EditorPage = React.lazy(() => import('./components/editor-page'));
|
||||
const RegistrationSuccessPage = React.lazy(() => import('./components/registration-success-page'));
|
||||
const MapsPage = React.lazy(() => import('./components/maps-page'));
|
||||
|
||||
declare module '@mui/styles/defaultTheme' {
|
||||
|
Loading…
Reference in New Issue
Block a user