We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72aab3 commit 8222b71Copy full SHA for 8222b71
src/renderer/app.jsx
@@ -1,10 +1,9 @@
1
import {ipcRenderer, shell} from 'electron';
2
import bindAll from 'lodash.bindall';
3
-import PropTypes from 'prop-types';
4
import React from 'react';
5
import ReactDOM from 'react-dom';
6
import {compose} from 'redux';
7
-import GUI, {AppStateHOC, TitledHOC} from 'scratch-gui';
+import GUI, {AppStateHOC} from 'scratch-gui';
8
9
import ElectronStorageHelper from '../common/ElectronStorageHelper';
10
0 commit comments