Skip to content

Commit

Permalink
remove sw from component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Nov 17, 2024
1 parent b2da7d0 commit fc42e68
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions apps/component-tests/src/root.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
component$,
useStyles$,
PrefetchGraph,
PrefetchServiceWorker,
} from '@builder.io/qwik';
import { component$, useStyles$ } from '@builder.io/qwik';
import { QwikCityProvider, RouterOutlet } from '@builder.io/qwik-city';

import { RouterHead } from './components/router-head/router-head';
Expand Down Expand Up @@ -37,8 +32,6 @@ export default component$(() => {
<RouterHead />
</head>
<body lang="en">
<PrefetchGraph />
<PrefetchServiceWorker />
<ThemeProvider
attribute="class"
enableSystem={false}
Expand Down

0 comments on commit fc42e68

Please sign in to comment.