mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
fix lint from TitledHOC changes
This commit is contained in:
parent
b72aab359b
commit
8222b715a7
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
import {ipcRenderer, shell} from 'electron';
|
||||
import bindAll from 'lodash.bindall';
|
||||
import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import {compose} from 'redux';
|
||||
import GUI, {AppStateHOC, TitledHOC} from 'scratch-gui';
|
||||
import GUI, {AppStateHOC} from 'scratch-gui';
|
||||
|
||||
import ElectronStorageHelper from '../common/ElectronStorageHelper';
|
||||
|
||||
|
|
Loading…
Reference in a new issue