diff --git a/js/common/view/WarningDialog.js b/js/common/view/WarningDialog.js index 6ca160f..d4f6f3c 100644 --- a/js/common/view/WarningDialog.js +++ b/js/common/view/WarningDialog.js @@ -6,10 +6,9 @@ * @author Denzell Barnett (PhET Interactive Simulations) */ -import openPopup from '../../../../phet-core/js/openPopup.js'; import MultiLineText from '../../../../scenery-phet/js/MultiLineText.js'; import PhetFont from '../../../../scenery-phet/js/PhetFont.js'; -import { HBox, Path } from '../../../../scenery/js/imports.js'; +import { HBox, openPopup, Path } from '../../../../scenery/js/imports.js'; import exclamationTriangleSolidShape from '../../../../sherpa/js/fontawesome-5/exclamationTriangleSolidShape.js'; import Dialog from '../../../../sun/js/Dialog.js'; import buildAMolecule from '../../buildAMolecule.js';