remove unused include
This commit is contained in:
parent
6cf17e8bf4
commit
c4d968cd0d
@ -4,14 +4,7 @@ import { unixTimesInMs } from "@/src/constants/timeConstants";
|
|||||||
import { config } from "@/src/services/configService";
|
import { config } from "@/src/services/configService";
|
||||||
import { CRng } from "@/src/services/rngService";
|
import { CRng } from "@/src/services/rngService";
|
||||||
import { eMissionType, ExportNightwave, ExportRegions } from "warframe-public-export-plus";
|
import { eMissionType, ExportNightwave, ExportRegions } from "warframe-public-export-plus";
|
||||||
import {
|
import { ICalendarDay, ICalendarSeason, ILiteSortie, ISeasonChallenge, IWorldState } from "../types/worldStateTypes";
|
||||||
ICalendarDay,
|
|
||||||
ICalendarSeason,
|
|
||||||
ILiteSortie,
|
|
||||||
ISeasonChallenge,
|
|
||||||
ISortie,
|
|
||||||
IWorldState
|
|
||||||
} from "../types/worldStateTypes";
|
|
||||||
|
|
||||||
const sortieBosses = [
|
const sortieBosses = [
|
||||||
"SORTIE_BOSS_HYENA",
|
"SORTIE_BOSS_HYENA",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user