Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 20, 2022
1 parent d3cf7c4 commit 6b84850
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 129 deletions.
2 changes: 1 addition & 1 deletion js/common/model/ProportionsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

import BooleanProperty from '../../../../axon/js/BooleanProperty.js';
import Multilink from '../../../../axon/js/Multilink.js';
import createObservableArray from '../../../../axon/js/createObservableArray.js';
import DerivedProperty from '../../../../axon/js/DerivedProperty.js';
import Multilink from '../../../../axon/js/Multilink.js';
import NumberProperty from '../../../../axon/js/NumberProperty.js';
import Property from '../../../../axon/js/Property.js';
import Range from '../../../../dot/js/Range.js';
Expand Down
9 changes: 1 addition & 8 deletions js/common/view/AddMutationsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@

import Multilink from '../../../../axon/js/Multilink.js';
import merge from '../../../../phet-core/js/merge.js';
import { AlignBox } from '../../../../scenery/js/imports.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
import { Image } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { VBox } from '../../../../scenery/js/imports.js';
import { AlignBox, AlignGroup, HBox, Image, Node, Rectangle, Text, VBox } from '../../../../scenery/js/imports.js';
import RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import naturalSelection from '../../naturalSelection.js';
Expand Down
6 changes: 1 addition & 5 deletions js/common/view/BunnyImageMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
*/

import merge from '../../../../phet-core/js/merge.js';
import { AlignBox } from '../../../../scenery/js/imports.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { Image } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Sprite } from '../../../../scenery/js/imports.js';
import { AlignBox, AlignGroup, Image, Node, Sprite } from '../../../../scenery/js/imports.js';
import bunnyBrownFurFloppyEarsLongTeeth_png from '../../../images/bunnyBrownFurFloppyEarsLongTeeth_png.js';
import bunnyBrownFurFloppyEarsShortTeeth_png from '../../../images/bunnyBrownFurFloppyEarsShortTeeth_png.js';
import bunnyBrownFurStraightEarsLongTeeth_png from '../../../images/bunnyBrownFurStraightEarsLongTeeth_png.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/EnvironmentPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import merge from '../../../../phet-core/js/merge.js';
import { Node } from '../../../../scenery/js/imports.js';
import Panel from '../../../../sun/js/Panel.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import SimulationMode from '../model/SimulationMode.js';
import naturalSelection from '../../naturalSelection.js';
import SimulationMode from '../model/SimulationMode.js';
import NaturalSelectionConstants from '../NaturalSelectionConstants.js';
import NaturalSelectionQueryParameters from '../NaturalSelectionQueryParameters.js';
import NaturalSelectionUtils from '../NaturalSelectionUtils.js';
Expand Down
4 changes: 1 addition & 3 deletions js/common/view/EnvironmentRadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../scenery/js/imports.js';
import { Node, Path, Rectangle } from '../../../../scenery/js/imports.js';
import snowflakeSolidShape from '../../../../sherpa/js/fontawesome-5/snowflakeSolidShape.js';
import sunSolidShape from '../../../../sherpa/js/fontawesome-5/sunSolidShape.js';
import RectangularRadioButtonGroup from '../../../../sun/js/buttons/RectangularRadioButtonGroup.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/EnvironmentalFactorCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
import Range from '../../../../dot/js/Range.js';
import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import { AlignBox } from '../../../../scenery/js/imports.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { AlignBox, AlignGroup, HBox, Node } from '../../../../scenery/js/imports.js';
import Checkbox from '../../../../sun/js/Checkbox.js';
import naturalSelection from '../../naturalSelection.js';
import NaturalSelectionConstants from '../NaturalSelectionConstants.js';
Expand Down
4 changes: 1 addition & 3 deletions js/common/view/EnvironmentalFactorsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
import Multilink from '../../../../axon/js/Multilink.js';
import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { VBox } from '../../../../scenery/js/imports.js';
import { AlignGroup, Text, VBox } from '../../../../scenery/js/imports.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import naturalSelection from '../../naturalSelection.js';
import naturalSelectionStrings from '../../naturalSelectionStrings.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/GenerationClockNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import { Circle } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { Circle, Node, Path, Text } from '../../../../scenery/js/imports.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import naturalSelection from '../../naturalSelection.js';
import naturalSelectionStrings from '../../naturalSelectionStrings.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/HatchingRectangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../scenery/js/imports.js';
import { Path, Rectangle } from '../../../../scenery/js/imports.js';
import naturalSelection from '../../naturalSelection.js';

class HatchingRectangle extends Rectangle {
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/LimitedFoodCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { AlignGroup, Text } from '../../../../scenery/js/imports.js';
import naturalSelection from '../../naturalSelection.js';
import naturalSelectionStrings from '../../naturalSelectionStrings.js';
import NaturalSelectionColors from '../NaturalSelectionColors.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/MutationComingNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
*/

import { Shape } from '../../../../kite/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { HBox, Node, Path, Text } from '../../../../scenery/js/imports.js';
import naturalSelection from '../../naturalSelection.js';
import naturalSelectionStrings from '../../naturalSelectionStrings.js';
import Gene from '../model/Gene.js';
Expand Down
4 changes: 1 addition & 3 deletions js/common/view/MutationIconNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
*/

import merge from '../../../../phet-core/js/merge.js';
import { Circle } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Circle, Node, Path } from '../../../../scenery/js/imports.js';
import dnaSolidShape from '../../../../sherpa/js/fontawesome-5/dnaSolidShape.js';
import naturalSelection from '../../naturalSelection.js';

Expand Down
3 changes: 1 addition & 2 deletions js/common/view/NaturalSelectionPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
*/

import merge from '../../../../phet-core/js/merge.js';
import { Node } from '../../../../scenery/js/imports.js';
import { SceneryConstants } from '../../../../scenery/js/imports.js';
import { Node, SceneryConstants } from '../../../../scenery/js/imports.js';
import Panel from '../../../../sun/js/Panel.js';
import naturalSelection from '../../naturalSelection.js';
import NaturalSelectionUtils from '../NaturalSelectionUtils.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/PerformanceTimesNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

import Utils from '../../../../dot/js/Utils.js';
import merge from '../../../../phet-core/js/merge.js';
import { Text } from '../../../../scenery/js/imports.js';
import { VBox } from '../../../../scenery/js/imports.js';
import { Text, VBox } from '../../../../scenery/js/imports.js';
import naturalSelection from '../../naturalSelection.js';
import NaturalSelectionConstants from '../NaturalSelectionConstants.js';

Expand Down
5 changes: 1 addition & 4 deletions js/common/view/ToughFoodCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
import { Image } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { AlignGroup, HBox, Image, Text } from '../../../../scenery/js/imports.js';
import toughShrub3_png from '../../../images/toughShrub3_png.js';
import naturalSelection from '../../naturalSelection.js';
import naturalSelectionStrings from '../../naturalSelectionStrings.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/WolvesCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
import { Image } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { AlignGroup, HBox, Image, Text } from '../../../../scenery/js/imports.js';
import wolf_png from '../../../images/wolf_png.js';
import naturalSelection from '../../naturalSelection.js';
import naturalSelectionStrings from '../../naturalSelectionStrings.js';
Expand Down
4 changes: 1 addition & 3 deletions js/common/view/WorldDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
*/

import merge from '../../../../phet-core/js/merge.js';
import { Image } from '../../../../scenery/js/imports.js';
import { Text } from '../../../../scenery/js/imports.js';
import { VBox } from '../../../../scenery/js/imports.js';
import { Image, Text, VBox } from '../../../../scenery/js/imports.js';
import Dialog from '../../../../sun/js/Dialog.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import world_png from '../../../images/world_png.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/environment/BunnySelectionRectangleSprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

import Bounds2 from '../../../../../dot/js/Bounds2.js';
import Vector2 from '../../../../../dot/js/Vector2.js';
import { Sprite } from '../../../../../scenery/js/imports.js';
import { SpriteImage } from '../../../../../scenery/js/imports.js';
import { Sprite, SpriteImage } from '../../../../../scenery/js/imports.js';
import naturalSelection from '../../../naturalSelection.js';
import BunnySelectionRectangle from '../BunnySelectionRectangle.js';

Expand Down
4 changes: 1 addition & 3 deletions js/common/view/environment/EnvironmentBackgroundNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
import Dimension2 from '../../../../../dot/js/Dimension2.js';
import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { Image } from '../../../../../scenery/js/imports.js';
import { Line } from '../../../../../scenery/js/imports.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Image, Line, Node } from '../../../../../scenery/js/imports.js';
import arcticBackground_png from '../../../../images/arcticBackground_png.js';
import equatorBackground_png from '../../../../images/equatorBackground_png.js';
import naturalSelection from '../../../naturalSelection.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/environment/EnvironmentNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

import Bounds2 from '../../../../../dot/js/Bounds2.js';
import merge from '../../../../../phet-core/js/merge.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../../scenery/js/imports.js';
import { Node, Rectangle } from '../../../../../scenery/js/imports.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import naturalSelection from '../../../naturalSelection.js';
import NaturalSelectionModel from '../../model/NaturalSelectionModel.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/environment/OrganismSprites.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
import Bounds2 from '../../../../../dot/js/Bounds2.js';
import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { PressListener } from '../../../../../scenery/js/imports.js';
import { SpriteListenable } from '../../../../../scenery/js/imports.js';
import { Sprites } from '../../../../../scenery/js/imports.js';
import { Sprite } from '../../../../../scenery/js/imports.js';
import { PressListener, Sprite, SpriteListenable, Sprites } from '../../../../../scenery/js/imports.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import bunnyWhiteFurStraightEarsShortTeeth_png from '../../../../images/bunnyWhiteFurStraightEarsShortTeeth_png.js';
import wolf_png from '../../../../images/wolf_png.js';
Expand Down
8 changes: 1 addition & 7 deletions js/common/view/pedigree/AllelesPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@

import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { AlignBox } from '../../../../../scenery/js/imports.js';
import { AlignGroup } from '../../../../../scenery/js/imports.js';
import { HBox } from '../../../../../scenery/js/imports.js';
import { HStrut } from '../../../../../scenery/js/imports.js';
import { Image } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { VBox } from '../../../../../scenery/js/imports.js';
import { AlignBox, AlignGroup, HBox, HStrut, Image, Text, VBox } from '../../../../../scenery/js/imports.js';
import Checkbox from '../../../../../sun/js/Checkbox.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import naturalSelection from '../../../naturalSelection.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/pedigree/PedigreeBranchNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
import { Shape } from '../../../../../kite/js/imports.js';
import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Path } from '../../../../../scenery/js/imports.js';
import { Node, Path } from '../../../../../scenery/js/imports.js';
import naturalSelection from '../../../naturalSelection.js';
import Bunny from '../../model/Bunny.js';
import SelectedBunnyProperty from '../../model/SelectedBunnyProperty.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/pedigree/PedigreeBunnyNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import Multilink from '../../../../../axon/js/Multilink.js';
import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import PhetFont from '../../../../../scenery-phet/js/PhetFont.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { Node, Text } from '../../../../../scenery/js/imports.js';
import naturalSelection from '../../../naturalSelection.js';
import Bunny from '../../model/Bunny.js';
import NaturalSelectionConstants from '../../NaturalSelectionConstants.js';
Expand Down
4 changes: 1 addition & 3 deletions js/common/view/pedigree/PedigreeGraphNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { Node, Rectangle, Text } from '../../../../../scenery/js/imports.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import naturalSelection from '../../../naturalSelection.js';
import naturalSelectionStrings from '../../../naturalSelectionStrings.js';
Expand Down
8 changes: 1 addition & 7 deletions js/common/view/population/DataProbeNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ import ModelViewTransform2 from '../../../../../phetcommon/js/view/ModelViewTran
import NumberDisplay from '../../../../../scenery-phet/js/NumberDisplay.js';
import PhetFont from '../../../../../scenery-phet/js/PhetFont.js';
import ShadedSphereNode from '../../../../../scenery-phet/js/ShadedSphereNode.js';
import { DragListener } from '../../../../../scenery/js/imports.js';
import { HStrut } from '../../../../../scenery/js/imports.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../../scenery/js/imports.js';
import { VBox } from '../../../../../scenery/js/imports.js';
import { VStrut } from '../../../../../scenery/js/imports.js';
import { Color } from '../../../../../scenery/js/imports.js';
import { Color, DragListener, HStrut, Node, Rectangle, VBox, VStrut } from '../../../../../scenery/js/imports.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import naturalSelection from '../../../naturalSelection.js';
import PopulationModel from '../../model/PopulationModel.js';
Expand Down
3 changes: 1 addition & 2 deletions js/common/view/population/PopulationGenerationScroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import Multilink from '../../../../../axon/js/Multilink.js';
import Range from '../../../../../dot/js/Range.js';
import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { HBox } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { HBox, Text } from '../../../../../scenery/js/imports.js';
import ArrowButton from '../../../../../sun/js/buttons/ArrowButton.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import naturalSelection from '../../../naturalSelection.js';
Expand Down
4 changes: 1 addition & 3 deletions js/common/view/population/PopulationGraphNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import Bounds2 from '../../../../../dot/js/Bounds2.js';
import Vector2 from '../../../../../dot/js/Vector2.js';
import merge from '../../../../../phet-core/js/merge.js';
import PlusMinusZoomButtonGroup from '../../../../../scenery-phet/js/PlusMinusZoomButtonGroup.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { Node, Rectangle, Text } from '../../../../../scenery/js/imports.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import naturalSelection from '../../../naturalSelection.js';
import naturalSelectionStrings from '../../../naturalSelectionStrings.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/population/PopulationGridNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ import { Shape } from '../../../../../kite/js/imports.js';
import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import PhetFont from '../../../../../scenery-phet/js/PhetFont.js';
import { Node } from '../../../../../scenery/js/imports.js';
import { Path } from '../../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { Node, Path, Rectangle, Text } from '../../../../../scenery/js/imports.js';
import naturalSelection from '../../../naturalSelection.js';
import PopulationModel from '../../model/PopulationModel.js';
import NaturalSelectionColors from '../../NaturalSelectionColors.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/population/PopulationLegendCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

import merge from '../../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../../phetcommon/js/AssertUtils.js';
import { AlignBox } from '../../../../../scenery/js/imports.js';
import { HBox } from '../../../../../scenery/js/imports.js';
import { Line } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { AlignBox, HBox, Line, Text } from '../../../../../scenery/js/imports.js';
import Checkbox from '../../../../../sun/js/Checkbox.js';
import naturalSelection from '../../../naturalSelection.js';
import NaturalSelectionConstants from '../../NaturalSelectionConstants.js';
Expand Down
5 changes: 1 addition & 4 deletions js/common/view/population/PopulationPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
*/

import merge from '../../../../../phet-core/js/merge.js';
import { AlignBox } from '../../../../../scenery/js/imports.js';
import { AlignGroup } from '../../../../../scenery/js/imports.js';
import { Text } from '../../../../../scenery/js/imports.js';
import { VBox } from '../../../../../scenery/js/imports.js';
import { AlignBox, AlignGroup, Text, VBox } from '../../../../../scenery/js/imports.js';
import Checkbox from '../../../../../sun/js/Checkbox.js';
import HSeparator from '../../../../../sun/js/HSeparator.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
Expand Down
Loading

0 comments on commit 6b84850

Please sign in to comment.