fix: pr review - remove unneeded export

pull/2522/head
William Grant 3 years ago
parent 702cef6565
commit be21f29875

@ -5,7 +5,7 @@ import { classicDark } from './';
import { declareCSSVariables, THEME_GLOBALS } from './globals';
// Defaults to Classic Dark theme
export const SessionGlobalStyles = createGlobalStyle`
const SessionGlobalStyles = createGlobalStyle`
html {
${declareCSSVariables(THEME_GLOBALS)}
${declareCSSVariables(classicDark)}

Loading…
Cancel
Save