Fix prettier

This commit is contained in:
Jorik Schellekens
2020-06-24 16:20:56 +01:00
parent 7e380385b4
commit 317d60b552
4 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -4,8 +4,8 @@ import "./index.scss";
import App from "./App";
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById("root")
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById("root")
);