Skip to content

Commit

Permalink
Fix order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tjohnson314 committed Jul 11, 2023
1 parent 6abb433 commit 48739d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { PowerPlant } from './gamestate';
import { map as america, mapRecharged as americaRecharged } from './maps/america';
import { map as benelux } from './maps/benelux';
import { map as brazil } from './maps/brazil';
import { map as centraleurope } from './maps/centraleurope';
import { map as china } from './maps/china';
import { map as france } from './maps/france';
import { map as germany, mapRecharged as germanyRecharged } from './maps/germany';
Expand All @@ -12,7 +13,6 @@ import { map as middleeast } from './maps/middleeast';
import { map as quebec } from './maps/quebec';
import { map as russia } from './maps/russia';
import { map as spainportugal } from './maps/spainportugal';
import { map as centraleurope } from './maps/centraleurope';
// import { map as australia } from './maps/australia';
// import { map as badenwurttemberg } from './maps/badenwurttemberg';
// import { map as japan } from './maps/japan';
Expand Down

0 comments on commit 48739d2

Please sign in to comment.