Skip to content
Snippets Groups Projects
Verified Commit c0e43b77 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Remove comma.

parent be4f96dc
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!43Move back cookie fetch to SignInForm. Role fetched and saved into a Context. Small refactorings.
...@@ -6,7 +6,7 @@ import { App } from 'App'; ...@@ -6,7 +6,7 @@ import { App } from 'App';
ReactDOM.render( ReactDOM.render(
<React.StrictMode> <React.StrictMode>
<CssBaseline /> <CssBaseline />
<App />, <App />
</React.StrictMode>, </React.StrictMode>,
document.getElementById('root'), document.getElementById('root'),
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment