import { mount } from 'svelte'; import {} from './header.entrypoint.js' import Systems from './Systems.root.svelte' mount(Systems, { target: document.getElementById('svelte-app'), props: { displayType: displayType, cluster: infos.cluster, subCluster: infos.subCluster, from: infos.from, to: infos.to }, context: new Map([ ['cc-config', clusterCockpitConfig], ['resampling', resampleConfig] ]) })