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 50852a2 commit f5781f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/common/view/CubeBackView.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import Vector2 from '../../../../dot/js/Vector2.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import estimation from '../../estimation.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/CubeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import Vector2 from '../../../../dot/js/Vector2.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../scenery/js/imports.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/CylinderView.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* attributes may change.
*/

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

import Vector2 from '../../../../dot/js/Vector2.js';
import Shape from '../../../../kite/js/Shape.js';
import { Shape } from '../../../../kite/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import estimation from '../../estimation.js';
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/RectangleView.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* attributes may change.
*/

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

0 comments on commit f5781f9

Please sign in to comment.