import { svelteNativeNoFrame } from '@nativescript-community/svelte-native'; import App from './App.svelte'; svelteNativeNoFrame(App, {});