Skip to content

Commit

Permalink
hook test2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmorgan3 committed Dec 30, 2024
1 parent 217e521 commit 40e416a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { BrowserRouter } from 'react-router-dom';
import { SnackbarProvider } from './context/snackbarContext';

ReactDOM.render(
<BrowserRouter>
<SnackbarProvider>
<App />
</SnackbarProvider>
</BrowserRouter>,
document.getElementById('root')
<BrowserRouter>
<SnackbarProvider>
<App />
</SnackbarProvider>
</BrowserRouter>,
document.getElementById('root'),
);

// If you want your app to work offline and load faster, you can change
Expand Down

0 comments on commit 40e416a

Please sign in to comment.