We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07114aa commit ded5959Copy full SHA for ded5959
src/index.ts
@@ -2,9 +2,6 @@ import { Application } from '@nativescript/core'
2
import { navigate, ViewNode, createElement, initializeDom, FrameElement, NativeElementNode } from './dom';
3
import { View } from '@nativescript/core';
4
5
-
6
-//const { run, on, launchEvent } = Application;
7
8
declare global {
9
export class SvelteComponent {
10
$destroy(): void;
0 commit comments