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 8548ab6 commit c262a25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/racinglab/view/RaceTrackNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import LinearFunction from '../../../../dot/js/LinearFunction.js';
import Utils from '../../../../dot/js/Utils.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import ArrowNode from '../../../../scenery-phet/js/ArrowNode.js';
Expand Down
2 changes: 1 addition & 1 deletion js/shopping/view/RowOfMovablesNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Chris Malley (PixelZoom, Inc.)
*/

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 unitRates from '../../unitRates.js';
Expand Down
2 changes: 1 addition & 1 deletion js/shopping/view/ScaleNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Chris Malley (PixelZoom, Inc.)
*/

import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import { Circle } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/shopping/view/ShelfNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Chris Malley (PixelZoom, Inc.)
*/

import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { Circle } from '../../../../scenery/js/imports.js';
import { Line } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
Expand Down

0 comments on commit c262a25

Please sign in to comment.