-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import kite files from imports.ts, phetsims/kite#96
- Loading branch information
Showing
17 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
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 RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import Shape from '../../../../../kite/js/Shape.js'; | ||
import { Shape } from '../../../../../kite/js/imports.js'; | ||
import merge from '../../../../../phet-core/js/merge.js'; | ||
import { Node } from '../../../../../scenery/js/imports.js'; | ||
import { Path } from '../../../../../scenery/js/imports.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import Shape from '../../../../../kite/js/Shape.js'; | ||
import { Shape } from '../../../../../kite/js/imports.js'; | ||
import { Path } from '../../../../../scenery/js/imports.js'; | ||
import fractionsCommon from '../../../fractionsCommon.js'; | ||
import CellContainerNode from '../CellContainerNode.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import Shape from '../../../../../kite/js/Shape.js'; | ||
import { Shape } from '../../../../../kite/js/imports.js'; | ||
import PhetFont from '../../../../../scenery-phet/js/PhetFont.js'; | ||
import { Node } from '../../../../../scenery/js/imports.js'; | ||
import { Path } from '../../../../../scenery/js/imports.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import Shape from '../../../../kite/js/Shape.js'; | ||
import { Shape } from '../../../../kite/js/imports.js'; | ||
import PhetFont from '../../../../scenery-phet/js/PhetFont.js'; | ||
import { Node } from '../../../../scenery/js/imports.js'; | ||
import { Path } from '../../../../scenery/js/imports.js'; | ||
|