import { createApp } from 'vue'

import App from './Options.vue'

createApp(App).mount('#app')
