mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
put everything in __sapper__
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Store } from 'svelte/store.js';
|
||||
import * as sapper from './__sapper__/client.js';
|
||||
import * as sapper from '../__sapper__/client.js';
|
||||
|
||||
window.init = () => {
|
||||
return sapper.start({
|
||||
|
||||
Reference in New Issue
Block a user