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 6157a1f commit 82a7a6f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/common/view/BallNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import DerivedProperty from '../../../../axon/js/DerivedProperty.js';
import Property from '../../../../axon/js/Property.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 AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import ModelViewTransform2 from '../../../../phetcommon/js/view/ModelViewTransform2.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/BallSystemNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Brandon Li
*/

import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import ModelViewTransform2 from '../../../../phetcommon/js/view/ModelViewTransform2.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/CenterOfMassNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import Property from '../../../../axon/js/Property.js';
import Bounds2 from '../../../../dot/js/Bounds2.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import ModelViewTransform2 from '../../../../phetcommon/js/view/ModelViewTransform2.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/LeaderLinesNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import Bounds2 from '../../../../dot/js/Bounds2.js';
import Vector2 from '../../../../dot/js/Vector2.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import { Path } from '../../../../scenery/js/imports.js';
import collisionLab from '../../collisionLab.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/MomentaDiagramAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import DerivedProperty from '../../../../axon/js/DerivedProperty.js';
import Bounds2 from '../../../../dot/js/Bounds2.js';
import GridNode from '../../../../griddle/js/GridNode.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import ModelViewTransform2 from '../../../../phetcommon/js/view/ModelViewTransform2.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/PlayAreaNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

import GridNode from '../../../../griddle/js/GridNode.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import AssertUtils from '../../../../phetcommon/js/AssertUtils.js';
import ModelViewTransform2 from '../../../../phetcommon/js/view/ModelViewTransform2.js';
Expand Down

0 comments on commit 82a7a6f

Please sign in to comment.