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 6205615 commit 31687ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gas-properties-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import PreferencesModel from '../../joist/js/preferences/PreferencesModel.js';
import Sim, { SimOptions } from '../../joist/js/Sim.js';
import simLauncher from '../../joist/js/simLauncher.js';
import { combineOptions } from '../../phet-core/js/optionize.js';
import { Utils } from '../../scenery/js/imports.js';
import Tandem from '../../tandem/js/Tandem.js';
import GasPropertiesConstants from './common/GasPropertiesConstants.js';
Expand All @@ -18,7 +19,6 @@ import EnergyScreen from './energy/EnergyScreen.js';
import ExploreScreen from './explore/ExploreScreen.js';
import GasPropertiesStrings from './GasPropertiesStrings.js';
import IdealScreen from './ideal/IdealScreen.js';
import { combineOptions } from '../../phet-core/js/optionize.js';

simLauncher.launch( () => {

Expand Down

0 comments on commit 31687ea

Please sign in to comment.