general cleanup and stuff

This commit is contained in:
David Ralph
2019-10-21 20:04:30 +01:00
parent 4ff9ef3545
commit bdfae155ab
20 changed files with 81 additions and 80 deletions

View File

@@ -1,3 +1,4 @@
//* Imports
import React from 'react';
export default class Greeting extends React.Component {
@@ -21,6 +22,6 @@ export default class Greeting extends React.Component {
}
render() {
return <h1 className='App-greeting'>{this.state.greeting}</h1>;
return <h1 className='greeting'>{this.state.greeting}</h1>;
}
}