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 77dd25e commit dc9d79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/GridNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import griddle from './griddle.js';
import ModelViewTransform2 from '../../phetcommon/js/view/ModelViewTransform2.js';
import Property from '../../axon/js/Property.js';
import { Node } from '../../scenery/js/imports.js';
import Shape from '../../kite/js/Shape.js';
import { Shape } from '../../kite/js/imports.js';
import Utils from '../../dot/js/Utils.js';

// Contains the types of lines that can be drawn on this grid
Expand Down
2 changes: 1 addition & 1 deletion js/XYChartNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Bounds2 from '../../dot/js/Bounds2.js';
import Range from '../../dot/js/Range.js';
import Utils from '../../dot/js/Utils.js';
import Vector2 from '../../dot/js/Vector2.js';
import Shape from '../../kite/js/Shape.js';
import { Shape } from '../../kite/js/imports.js';
import deprecationWarning from '../../phet-core/js/deprecationWarning.js';
import merge from '../../phet-core/js/merge.js';
import ModelViewTransform2 from '../../phetcommon/js/view/ModelViewTransform2.js';
Expand Down

0 comments on commit dc9d79f

Please sign in to comment.