Skip to content

Commit 8222b71

Browse files
author
Christopher Willis-Ford
committed
fix lint from TitledHOC changes
1 parent b72aab3 commit 8222b71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/renderer/app.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import {ipcRenderer, shell} from 'electron';
22
import bindAll from 'lodash.bindall';
3-
import PropTypes from 'prop-types';
43
import React from 'react';
54
import ReactDOM from 'react-dom';
65
import {compose} from 'redux';
7-
import GUI, {AppStateHOC, TitledHOC} from 'scratch-gui';
6+
import GUI, {AppStateHOC} from 'scratch-gui';
87

98
import ElectronStorageHelper from '../common/ElectronStorageHelper';
109

0 commit comments

Comments
 (0)