File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import '../../cumulocity-dynamic-mapper/dynamic-mapping-ui/src /i18n' ;
1+ import './i18n' ;
22import { applyOptions , loadOptions } from '@c8y/bootstrap' ;
33
44const barHolder : HTMLElement = document . querySelector ( 'body > .init-load' ) ;
@@ -13,7 +13,7 @@ async function applicationSetup() {
1313 } ) ;
1414
1515 const mod = await import (
16- '../../cumulocity-dynamic-mapper/dynamic-mapping-ui/src /bootstrap'
16+ './bootstrap'
1717 ) ;
1818 const bootstrapApp =
1919 mod . bootstrap || ( window as any ) . bootstrap || ( ( ) => null ) ;
Original file line number Diff line number Diff line change 3030/***************************************************************************************************
3131 * Zone JS is required by default for Angular itself.
3232 */
33- import 'zone.js/dist/zone ' ; // Included with Angular CLI.
33+ import 'zone.js' ; // Included with Angular CLI.
You can’t perform that action at this time.
0 commit comments