Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
const jss = create()
jss.use(
functions(),
isolate({
reset: [
'inherit',
{
fontFamily:
'"Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif',
},
],
}),
global(),
extend(),
nested(),
camel(),
unit(),
expand(),
)
jss.createStyleSheet(styles).attach()
const { page, type, url } = qs.parse(window.location.search.substr(1))
const Page = pageComponentMap[page]
render(
,