mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-16 02:36:01 -07: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() {
|
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…
Add table
Add a link
Reference in a new issue