update sapper

This commit is contained in:
Rich Harris
2017-12-23 21:23:59 -05:00
parent 6f666712f3
commit 38898a155d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { init } from '__app__';
import { init } from 'sapper/runtime/app.js';
// `routes` is an array of route objects injected by Sapper
init(document.querySelector('#sapper'), __routes__);