refactor: Removed unused vars and imports
This commit is contained in:
parent
05fafced07
commit
02a4f2c9a9
27 changed files with 39 additions and 44 deletions
|
|
@ -10,7 +10,7 @@ import path, { dirname } from "node:path";
|
|||
import { DirSchema, SystemInfoSchema } from "@/shared/constants";
|
||||
import { getDevices, getDevicesCurated } from "./drives";
|
||||
import getFolderSize from "get-folder-size";
|
||||
import si, { battery } from 'systeminformation';
|
||||
import si from 'systeminformation';
|
||||
import { getStoreFolder } from "./store/services/gamesService";
|
||||
|
||||
export const system = new Elysia({ prefix: '/api/system' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue