Skip to content

Commit

Permalink
Refactor view-related soccer things to soccer-common/view, see phetsi…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 9, 2023
1 parent 9587e77 commit d898489
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*/

import ArrowNode, { ArrowNodeOptions } from '../../../../scenery-phet/js/ArrowNode.js';
import CAVColors from '../CAVColors.js';
import CAVConstants from '../CAVConstants.js';
import CAVColors from '../../common/CAVColors.js';
import CAVConstants from '../../common/CAVConstants.js';
import centerAndVariability from '../../centerAndVariability.js';
import PickRequired from '../../../../phet-core/js/types/PickRequired.js';
import optionize, { EmptySelfOptions } from '../../../../phet-core/js/optionize.js';
Expand Down

0 comments on commit d898489

Please sign in to comment.