mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding background to item
This commit is contained in:
parent
f6072eeb5c
commit
1f2f269736
20 changed files with 77 additions and 98 deletions
|
@ -2,7 +2,6 @@ import { dataSource } from "./data-source";
|
|||
import {
|
||||
Game,
|
||||
GameShopCache,
|
||||
ImageCache,
|
||||
Repack,
|
||||
RepackerFriendlyName,
|
||||
UserPreferences,
|
||||
|
@ -12,8 +11,6 @@ import {
|
|||
|
||||
export const gameRepository = dataSource.getRepository(Game);
|
||||
|
||||
export const imageCacheRepository = dataSource.getRepository(ImageCache);
|
||||
|
||||
export const repackRepository = dataSource.getRepository(Repack);
|
||||
|
||||
export const repackerFriendlyNameRepository =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue