fix formatting in a few files (spaces vs tabs)

This commit is contained in:
spiral 2021-11-03 04:18:18 -04:00
parent d2550b4c3c
commit 1d51b2333b
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
10 changed files with 1837 additions and 1837 deletions

View file

@ -6,8 +6,8 @@ import './index.css';
import App from './App';
ReactDOM.render(
<Router history={history}>
<App />
</Router>,
document.getElementById('root')
<Router history={history}>
<App />
</Router>,
document.getElementById('root')
);