Remove unintentional change
This commit is contained in:
@@ -57,7 +57,7 @@ Initializer.initBeforeReact();
|
|||||||
const history = createBrowserHistory();
|
const history = createBrowserHistory();
|
||||||
|
|
||||||
root.render(
|
root.render(
|
||||||
//<StrictMode>
|
<StrictMode>
|
||||||
<App history={history} />
|
<App history={history} />
|
||||||
//</StrictMode>
|
</StrictMode>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user