Skip to content

Commit

Permalink
Color commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-mackinnon committed Mar 24, 2024
1 parent 091d1ad commit e9e7b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ const portProvider = new PortProvider();

function App(): React.ReactElement {
return (
// To swap out the backend, use a different portProver here
<PortProviderContext.Provider value={portProvider}>
// React-redux store provider
<Provider store={store}>
<ThemeProvider theme={darkTheme}>
<CssBaseline />
Expand Down

0 comments on commit e9e7b31

Please sign in to comment.