+ "default value" comment

This commit is contained in:
Alex Krolick
2018-03-22 21:38:34 -07:00
parent 0d32f18b09
commit 7db107b2fc

View File

@@ -11,5 +11,5 @@ export const themes = {
// highlight-range{1-3}
export const ThemeContext = React.createContext(
themes.dark
themes.dark // default value
);