2021-08-03 23:32:54 +02:00

3 lines
94 B
JavaScript

ThemeContext = React.createContext("light");
ThemeContext.displayName = "CustomThemeContext";