import { defineComponent, h } from 'vue'; const App = defineComponent(() => { return h('router-view'); }); export { App };