mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-23 03:35:25 +01:00
Fix some strange imports
Signed-off-by: Reece Dunham <me@rdil.rocks>
This commit is contained in:
parent
ea4322f951
commit
60e7648a60
@ -1,22 +1,15 @@
|
||||
import { getSubLocationByName } from "components/contracts/dataGen"
|
||||
import { log, LogLevel } from "components/loggingInterop"
|
||||
import {
|
||||
getConfig,
|
||||
getVersionedConfig,
|
||||
} from "../../components/configSwizzleManager"
|
||||
import { getUserData } from "../../components/databaseHandler"
|
||||
import { getConfig, getVersionedConfig } from "../configSwizzleManager"
|
||||
import { getUserData } from "../databaseHandler"
|
||||
import {
|
||||
MasteryData,
|
||||
MasteryDataTemplate,
|
||||
MasteryDrop,
|
||||
MasteryPackage,
|
||||
} from "../../components/types/mastery"
|
||||
import {
|
||||
CompletionData,
|
||||
GameVersion,
|
||||
Unlockable,
|
||||
} from "../../components/types/types"
|
||||
import { xpRequiredForLevel } from "../../components/utils"
|
||||
} from "../types/mastery"
|
||||
import { CompletionData, GameVersion, Unlockable } from "../types/types"
|
||||
import { xpRequiredForLevel } from "../utils"
|
||||
|
||||
export class MasteryService {
|
||||
private masteryData: Map<string, MasteryPackage> = new Map()
|
||||
|
Loading…
x
Reference in New Issue
Block a user