import { mount } from 'svelte'; import {} from './header.entrypoint.js' import List from './List.root.svelte' mount(List, { target: document.getElementById('svelte-app'), props: { filterPresets: filterPresets, type: listType, }, context: new Map([ ['cc-config', clusterCockpitConfig] ]) })