mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
eat all the cheese, push all the things
This commit is contained in:
@@ -22,6 +22,8 @@ export default class Greeting extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <h1 className='greeting'>{this.state.greeting}</h1>;
|
||||
return <h1 className='greeting'>
|
||||
{this.state.greeting}
|
||||
</h1>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user