delete App.html

This commit is contained in:
Rich Harris
2018-07-05 09:04:38 -04:00
parent 0e3775397f
commit 80ece8b148
10 changed files with 60 additions and 68 deletions

View File

@@ -3,7 +3,6 @@ import { Component, ComponentConstructor, Params, Query, Route, RouteData, Scrol
const manifest = typeof window !== 'undefined' && window.__SAPPER__;
export let App: ComponentConstructor;
export let component: Component;
let target: Node;
let store: Store;