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 05bb0f8 commit c0a2a51Copy full SHA for c0a2a51
packages/scratch-gui/src/index.ts
@@ -2,6 +2,7 @@ import {buildInitialState} from './reducers/gui';
2
import {legacyConfig} from './legacy-config';
3
4
export {default} from './containers/gui.jsx';
5
+export {default as GUIComponent} from './components/gui/gui.jsx'
6
export {default as AppStateHOC} from './lib/app-state-hoc.jsx';
7
export {remixProject} from './reducers/project-state.js';
8
export {setAppElement} from 'react-modal';
0 commit comments