src, example - Formatr all files using prettier

This commit is contained in:
2020-01-24 13:11:57 +05:30
parent dee9e8f28f
commit 0aacaa379c
5 changed files with 26 additions and 31 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom'
import React from "react";
import ReactDOM from "react-dom";
import './index.css'
import App from './App'
import "./index.css";
import App from "./App";
ReactDOM.render(<App />, document.getElementById('root'))
ReactDOM.render(<App />, document.getElementById("root"));