Reorder modules
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
isForgePage,
|
||||
isGuildHallPage,
|
||||
isMarketSendResourcesPage,
|
||||
} from './PageDetectors';
|
||||
} from './PageDetector';
|
||||
import { createTrainTroopButtons } from './BuildingPage/TrooperPage';
|
||||
import { createSendResourcesButton } from './BuildingPage/MarketPage';
|
||||
import { createResearchButtons } from './BuildingPage/ForgePage';
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { elClassId, getNumber } from '../utils';
|
||||
import { BuildingSlot, ResourceSlot } from '../Game';
|
||||
import { numberToResourceType } from '../Core/ResourceType';
|
||||
import { BuildingSlot, ResourceSlot } from '../Core/Slot';
|
||||
|
||||
interface SlotElement {
|
||||
el: HTMLElement;
|
||||
|
Reference in New Issue
Block a user