mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 22:01:03 +00:00
fix: removing unused navigate
This commit is contained in:
8
src/main/level/sublevels/keys.ts
Normal file
8
src/main/level/sublevels/keys.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { GameShop } from "@types";
|
||||
|
||||
export const levelKeys = {
|
||||
games: "games",
|
||||
game: (shop: GameShop, objectId: string) => `${shop}:${objectId}`,
|
||||
user: "user",
|
||||
auth: "auth",
|
||||
};
|
||||
Reference in New Issue
Block a user