You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { jsx, InitializeColorMode } from "theme-ui";
import { TranslationProvider } from "@modules/localization";
import Layout from "@modules/layouts/site_layout";
import { NavigationProvider } from "@modules/navigation";
//Load our Primsjs css and Fonts
import "@modules/layouts/global.css"; //<- Load in Prismjs css. Our custom styles have to be loaded this way cause Prismjs is blackboxed from our own code.