import { createApp } from 'nativescript-vue';
import Home from './components/Home.vue';

createApp(Home).start();