mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-11 21:58:47 +00:00
do injectfirst around app
This commit is contained in:
parent
96f26f209f
commit
11e2a79857
3 changed files with 2 additions and 5 deletions
|
@ -11,9 +11,7 @@ const root = ReactDOM.createRoot(
|
|||
root.render(
|
||||
<React.StrictMode>
|
||||
<StyledEngineProvider injectFirst>
|
||||
<StyledEngineProvider injectFirst>
|
||||
<App />
|
||||
</StyledEngineProvider>
|
||||
<App />
|
||||
</StyledEngineProvider>
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue