mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing duplicate import for level
This commit is contained in:
parent
e5f7e9addc
commit
1cbde684e7
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
import { Badge } from "@types";
|
import { Badge } from "@types";
|
||||||
import { registerEvent } from "../register-event";
|
import { registerEvent } from "../register-event";
|
||||||
import { HydraApi } from "@main/services";
|
import { HydraApi } from "@main/services";
|
||||||
import { levelKeys } from "@main/level";
|
import { db, levelKeys } from "@main/level";
|
||||||
import { db } from "@main/level";
|
|
||||||
|
|
||||||
const getBadges = async (_event: Electron.IpcMainInvokeEvent) => {
|
const getBadges = async (_event: Electron.IpcMainInvokeEvent) => {
|
||||||
const language = await db
|
const language = await db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue