Update index.js

main
danielq65 3 years ago
parent e4cfda95a1
commit ed6d047567

@ -9,13 +9,13 @@ import Main from './Main.js'
function App() { function App() {
return ( return (
// <React.StrictMode> COMMENTED OUT BY CHRIS TO FIX MULTIPLE TABLE DISPLAYED IN RECENT TRANSACTION <React.StrictMode>
<div className="app"> <div className="app">
<ThemeProvider theme={theme}> <ThemeProvider theme={theme}>
<Main/> <Main/>
</ThemeProvider> </ThemeProvider>
</div> </div>
// </React.StrictMode> praying I didn't break the project tbh </React.StrictMode>
); );
} }

Loading…
Cancel
Save