Skip to content

Commit

Permalink
organize imports, phetsims/scenery#490
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 10, 2020
1 parent aefb873 commit dbc05e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

import './Action.js';
import axon from './axon.js';
import './BooleanProperty.js';
import './CallbackTimer.js';
import './DerivedProperty.js';
Expand All @@ -19,17 +20,16 @@ import './NumberProperty.js';
import './ObservableArray.js';
import './Property.js';
import './PropertyStateHandler.js';
import './propertyStateHandlerSingleton.js';
import './PropertyStatePhase.js';
import './StringProperty.js';
import './timer.js';
import './TinyEmitter.js';
import './TinyForwardingProperty.js';
import './TinyProperty.js';
import './TinyStaticProperty.js';
import './ValidatorDef.js';
import axon from './axon.js';
import './propertyStateHandlerSingleton.js';
import './timer.js';
import './units.js';
import './validate.js';
import './ValidatorDef.js';

export default axon;

0 comments on commit dbc05e1

Please sign in to comment.