mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
refactor: cleanup
This commit is contained in:
@@ -5,8 +5,8 @@ import PhotoInformation from './PhotoInformation';
|
||||
import './scss/index.scss';
|
||||
|
||||
export default class Background extends React.PureComponent {
|
||||
constructor(...args) {
|
||||
super(...args);
|
||||
constructor() {
|
||||
super();
|
||||
this.state = {
|
||||
style: '',
|
||||
url: '',
|
||||
|
||||
Reference in New Issue
Block a user