Skip to content

Commit

Permalink
Optimize imports, see phetsims/chipper#875
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 27, 2020
1 parent 20165c8 commit 15dc883
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/common/view/ABSControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*/

import merge from '../../../../phet-core/js/merge.js';
import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import ResetAllButton from '../../../../scenery-phet/js/buttons/ResetAllButton.js';
import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import HBox from '../../../../scenery/js/nodes/HBox.js';
import Text from '../../../../scenery/js/nodes/Text.js';
import VBox from '../../../../scenery/js/nodes/VBox.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/ABSScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ import ABSConductivityTesterNode from './ABSConductivityTesterNode.js';
import ABSControlPanel from './ABSControlPanel.js';
import ABSViewProperties from './ABSViewProperties.js';
import BeakerNode from './BeakerNode.js';
import ConcentrationGraphNode from './graph/ConcentrationGraphNode.js';
import MagnifierNode from './MagnifierNode.js';
import PHColorKeyNode from './PHColorKeyNode.js';
import PHMeterNode from './PHMeterNode.js';
import PHPaperNode from './PHPaperNode.js';
import ReactionEquationNode from './ReactionEquationNode.js';
import ConcentrationGraphNode from './graph/ConcentrationGraphNode.js';

class ABSScreenView extends ScreenView {

Expand Down
2 changes: 1 addition & 1 deletion js/common/view/ViewsControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import acidBaseSolutionsStrings from '../../acid-base-solutions-strings.js';
import acidBaseSolutions from '../../acidBaseSolutions.js';
import ViewMode from '../enum/ViewMode.js';
import BeakerNode from './BeakerNode.js';
import MoleculeFactory from './MoleculeFactory.js';
import ConcentrationGraphNode from './graph/ConcentrationGraphNode.js';
import MoleculeFactory from './MoleculeFactory.js';

const graphString = acidBaseSolutionsStrings.graph;
const hideViewsString = acidBaseSolutionsStrings.hideViews;
Expand Down
2 changes: 1 addition & 1 deletion js/mysolution/view/SolutionControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import Node from '../../../../scenery/js/nodes/Node.js';
import Rectangle from '../../../../scenery/js/nodes/Rectangle.js';
import Text from '../../../../scenery/js/nodes/Text.js';
import ABSwitch from '../../../../sun/js/ABSwitch.js';
import HSeparator from '../../../../sun/js/HSeparator.js';
import ArrowButton from '../../../../sun/js/buttons/ArrowButton.js';
import HSeparator from '../../../../sun/js/HSeparator.js';
import acidBaseSolutionsStrings from '../../acid-base-solutions-strings.js';
import acidBaseSolutions from '../../acidBaseSolutions.js';
import ABSConstants from '../../common/ABSConstants.js';
Expand Down

0 comments on commit 15dc883

Please sign in to comment.