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 f6345a9 commit 1d82f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/intro/view/beaker/BeakerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1d82f84

Please sign in to comment.