Skip to content

Commit 8c3ab8b

Browse files
committed
refactor: remove duplicate remixProject export
The remixProject reducer is already being exported from the `src/exported-reducers.ts` file which makes this export redundant.
1 parent 0d46d9e commit 8c3ab8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/scratch-gui/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {legacyConfig} from './legacy-config';
44
export {default} from './containers/gui.jsx';
55
export {default as GUIComponent} from './components/gui/gui.jsx';
66
export {default as AppStateHOC} from './lib/app-state-hoc.jsx';
7-
export {remixProject} from './reducers/project-state.js';
87
export {setAppElement} from 'react-modal';
98

109
export {legacyConfig};

0 commit comments

Comments
 (0)