use @sapper imports

This commit is contained in:
Richard Harris
2019-02-03 09:19:30 -05:00
parent 8d259871f1
commit e9ca6e0f43
4 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import { timestamp, files, shell, routes } from '../__sapper__/service-worker.js';
import { timestamp, files, shell, routes } from '@sapper/service-worker';
const ASSETS = `cache${timestamp}`;