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

3 lines
88 B
JavaScript

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