import { bridge } from '@cslab-dcs/bridge' import { createDCSApp } from '@cslab-dcs/core' const app = createDCSApp(bridge) app.mount('#app')