mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-07 21:48:14 -08:00
Update index.js
This commit is contained in:
parent
e4cfda95a1
commit
ed6d047567
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@ import Main from './Main.js'
|
|||
|
||||
function App() {
|
||||
return (
|
||||
// <React.StrictMode> COMMENTED OUT BY CHRIS TO FIX MULTIPLE TABLE DISPLAYED IN RECENT TRANSACTION
|
||||
<React.StrictMode>
|
||||
<div className="app">
|
||||
<ThemeProvider theme={theme}>
|
||||
<Main/>
|
||||
</ThemeProvider>
|
||||
</div>
|
||||
// </React.StrictMode> praying I didn't break the project tbh
|
||||
</React.StrictMode>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue