diff --git a/js/common/view/GreenhouseEffectCheckbox.ts b/js/common/view/GreenhouseEffectCheckbox.ts index 3c994ccf..215a4e21 100644 --- a/js/common/view/GreenhouseEffectCheckbox.ts +++ b/js/common/view/GreenhouseEffectCheckbox.ts @@ -12,7 +12,7 @@ import TReadOnlyProperty from '../../../../axon/js/TReadOnlyProperty.js'; import optionize from '../../../../phet-core/js/optionize.js'; import PickRequired from '../../../../phet-core/js/types/PickRequired.js'; import PhetFont from '../../../../scenery-phet/js/PhetFont.js'; -import { HBox, Node, Text, TextOptions } from '../../../../scenery/js/imports.js'; +import { HBox, Node, Text } from '../../../../scenery/js/imports.js'; import Checkbox, { CheckboxOptions } from '../../../../sun/js/Checkbox.js'; import greenhouseEffect from '../../greenhouseEffect.js';