File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { component$ , useContextProvider , useStore , useStyles$ } from '@builder.io/qwik' ;
2
- import {
3
- QwikCityProvider ,
4
- RouterOutlet ,
5
- ServiceWorkerRegister ,
6
- } from '@builder.io/qwik-city' ;
2
+ import { QwikCityProvider , RouterOutlet } from '@builder.io/qwik-city' ;
3
+ import { PrefetchServiceWorker , PrefetchGraph } from '@builder.io/qwik' ;
7
4
8
5
import { APP_STATE_CONTEXT_ID } from './_state/app-state-context-id' ;
9
6
import { AppState } from './_state/app-state.type' ;
@@ -46,7 +43,8 @@ export default component$(() => {
46
43
< meta charSet = "utf-8" />
47
44
< link rel = "manifest" href = "/manifest.json" />
48
45
< RouterHead />
49
- < ServiceWorkerRegister />
46
+ < PrefetchGraph />
47
+ < PrefetchServiceWorker />
50
48
</ head >
51
49
< body lang = "en" >
52
50
< ThemeProvider
You can’t perform that action at this time.
0 commit comments