This commit is contained in:
Brian Vaughn
2018-04-18 09:59:41 -07:00
parent e32847f030
commit cad9c0e424

View File

@@ -3,7 +3,7 @@ const ThemeContext = React.createContext('light');
// Signed-in user context
const UserContext = React.createContext({
name: 'Guest'
name: 'Guest',
});
class App extends React.Component {