diff --git a/js/intro/view/beaker/BeakerNode.js b/js/intro/view/beaker/BeakerNode.js index c8f354001..2bd56c32a 100644 --- a/js/intro/view/beaker/BeakerNode.js +++ b/js/intro/view/beaker/BeakerNode.js @@ -8,9 +8,9 @@ import Shape from '../../../../../kite/js/Shape.js'; import merge from '../../../../../phet-core/js/merge.js'; -import Node from '../../../../../scenery/js/nodes/Node.js'; -import Path from '../../../../../scenery/js/nodes/Path.js'; -import LinearGradient from '../../../../../scenery/js/util/LinearGradient.js'; +import { Node } from '../../../../../scenery/js/imports.js'; +import { Path } from '../../../../../scenery/js/imports.js'; +import { LinearGradient } from '../../../../../scenery/js/imports.js'; import FractionsCommonColors from '../../../common/view/FractionsCommonColors.js'; import fractionsCommon from '../../../fractionsCommon.js';