import { createApp } from 'vue' import NPCControl from './NPCControl.vue'; createApp(NPCControl).mount('#app')