mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
QQQ-38: updated various styles
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
import {Auth0Provider} from "@auth0/auth0-react";
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import {render} from "react-dom";
|
||||
import {BrowserRouter, useNavigate, useSearchParams} from "react-router-dom";
|
||||
import App from "App";
|
||||
import {MaterialUIControllerProvider} from "context";
|
||||
@ -62,7 +62,7 @@ function Auth0ProviderWithRedirectCallback({children, ...props})
|
||||
}
|
||||
}
|
||||
|
||||
ReactDOM.render(
|
||||
render(
|
||||
<BrowserRouter>
|
||||
<Auth0ProviderWithRedirectCallback
|
||||
domain={domain}
|
||||
|
Reference in New Issue
Block a user