import {createApp} from 'vue' import App from './Tinyflow.vue' createApp(App).mount('#app')