diff --git a/templates/main.js b/templates/main.js index e774d1c..8e4da96 100644 --- a/templates/main.js +++ b/templates/main.js @@ -1,4 +1,4 @@ -import { init } from 'sapper/runtime/app.js'; +import { init } from '__app__'; // `routes` is an array of route objects injected by Sapper init(document.querySelector('#sapper'), __routes__);