lint jsx files

This commit is contained in:
Lachlan Kermode
2019-01-23 11:35:34 +00:00
parent 939a4833b8
commit fb4d0c2d86
28 changed files with 572 additions and 627 deletions

View File

@@ -1,16 +1,15 @@
import '../scss/main.scss';
import React from 'react';
import Dashboard from './Dashboard.jsx';
import '../scss/main.scss'
import React from 'react'
import Dashboard from './Dashboard.jsx'
class App extends React.Component {
render() {
render () {
return (
<div>
<Dashboard />
</div>
);
)
}
}
export default App;
export default App