Skip to content

Commit

Permalink
import kite files from imports.ts, phetsims/kite#96
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 4, 2022
1 parent 968bb72 commit 9f6aabe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/common/view/CalculationNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Jonathan Olson <[email protected]>
*/

import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { FireListener } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/generic/view/GenericLayoutSelectionNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import BooleanProperty from '../../../../axon/js/BooleanProperty.js';
import DerivedProperty from '../../../../axon/js/DerivedProperty.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { FireListener } from '../../../../scenery/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
import { Line } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/proportional/view/ProportionalAreaGridLinesNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

import Property from '../../../../axon/js/Property.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import areaModelCommon from '../../areaModelCommon.js';
import AreaModelCommonColors from '../../common/view/AreaModelCommonColors.js';
Expand Down
2 changes: 1 addition & 1 deletion js/proportional/view/ProportionalAreaScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import DerivedProperty from '../../../../axon/js/DerivedProperty.js';
import DynamicProperty from '../../../../axon/js/DynamicProperty.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import { AlignGroup } from '../../../../scenery/js/imports.js';
import { HBox } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/proportional/view/ProportionalDragHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Property from '../../../../axon/js/Property.js';
import Utils from '../../../../dot/js/Utils.js';
import Vector2 from '../../../../dot/js/Vector2.js';
import Vector2Property from '../../../../dot/js/Vector2Property.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import Orientation from '../../../../phet-core/js/Orientation.js';
import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import { DragListener } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/proportional/view/ProportionalPartitionLineNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import validate from '../../../../axon/js/validate.js';
import Matrix3 from '../../../../dot/js/Matrix3.js';
import Range from '../../../../dot/js/Range.js';
import Utils from '../../../../dot/js/Utils.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import Orientation from '../../../../phet-core/js/Orientation.js';
import ArrowNode from '../../../../scenery-phet/js/ArrowNode.js';
import { DragListener, FocusHighlightPath, Line, Node, Path } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/proportional/view/TiledAreaNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import Property from '../../../../axon/js/Property.js';
import Utils from '../../../../dot/js/Utils.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import Orientation from '../../../../phet-core/js/Orientation.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
Expand Down

0 comments on commit 9f6aabe

Please sign in to comment.