File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- import { component$ , useContextProvider , useStore } from '@builder.io/qwik' ;
1+ import { component$ , useContextProvider , useStore , useStyles$ } from '@builder.io/qwik' ;
22import { QwikCityProvider , RouterOutlet , ServiceWorkerRegister } from '@builder.io/qwik-city' ;
33import { Insights } from '@builder.io/qwik-labs' ;
44import RealMetricsOptimization from './components/real-metrics-optimization/real-metrics-optimization' ;
55import { RouterHead } from './components/router-head/router-head' ;
66import { BUILDER_PUBLIC_API_KEY } from './constants' ;
77import { GlobalStore , type SiteStore } from './context' ;
8- import './global.css' ;
8+ import styles from './global.css?inline ' ;
99
1010export const uwu = /*javascript*/ `
1111;(function () {
@@ -41,6 +41,7 @@ export const uwu = /*javascript*/ `
4141` ;
4242
4343export default component$ ( ( ) => {
44+ useStyles$ ( styles ) ;
4445 const store = useStore < SiteStore > ( {
4546 headerMenuOpen : false ,
4647 sideMenuOpen : false ,
You can’t perform that action at this time.
0 commit comments