mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
fix formatting in a few files (spaces vs tabs)
This commit is contained in:
parent
d2550b4c3c
commit
1d51b2333b
10 changed files with 1837 additions and 1837 deletions
|
|
@ -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')
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue