1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

build: import virtual file handling sw in main sw

This commit is contained in:
Kushagra Gour
2019-01-28 23:13:10 +05:30
parent 3261e74660
commit fe9891354f
3 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
*/
import { h, Component } from 'preact';
import '../service-worker-registration';
// import '../service-worker-registration';
import { MainHeader } from './MainHeader.jsx';
import ContentWrap from './ContentWrap.jsx';
import ContentWrapFiles from './ContentWrapFiles.jsx';