Skip to content

Commit

Permalink
sort imports by module name in TypeScript too, phetsims/chipper#1462
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Sep 23, 2024
1 parent 6ee4b97 commit 0b1f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/function-builder-basics-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import FBConstants from '../../function-builder/js/common/FBConstants.js';
import FBQueryParameters from '../../function-builder/js/common/FBQueryParameters.js';
import PatternsScreen from '../../function-builder/js/patterns/PatternsScreen.js';
import TestScreen from '../../function-builder/js/test/TestScreen.js';
import { AnyScreen } from '../../joist/js/Screen.js';
import Sim from '../../joist/js/Sim.js';
import simLauncher from '../../joist/js/simLauncher.js';
import Tandem from '../../tandem/js/Tandem.js';
import FunctionBuilderBasicsStrings from './FunctionBuilderBasicsStrings.js';
import FBBMysteryScreen from './mystery/FBBMysteryScreen.js';
import { AnyScreen } from '../../joist/js/Screen.js';

simLauncher.launch( () => {

Expand Down

0 comments on commit 0b1f9e6

Please sign in to comment.