mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
refactor: cleanup
This commit is contained in:
@@ -5,8 +5,8 @@ import dtf from '@eartharoid/dtf';
|
||||
import './greeting.scss';
|
||||
|
||||
export default class Greeting extends React.PureComponent {
|
||||
constructor(...args) {
|
||||
super(...args);
|
||||
constructor() {
|
||||
super();
|
||||
this.state = {
|
||||
greeting: ''
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user