mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Fix ts error
This commit is contained in:
parent
6f8df14ed9
commit
662a09f04f
@ -1,4 +1,4 @@
|
||||
import getModelScale from "@common/check-model-scale";
|
||||
import getModelScale from "../../common/check-model-scale";
|
||||
import { getPlatform } from "./get-device-specs";
|
||||
import { ImageFormat } from "../types/types";
|
||||
const slash: string = getPlatform() === "win" ? "\\" : "/";
|
||||
|
@ -1,7 +1,3 @@
|
||||
import { noImageProcessingAtom } from "@/atoms/userSettingsAtom";
|
||||
import { useAtomValue } from "jotai";
|
||||
import React, { useEffect } from "react";
|
||||
|
||||
type ImageFormatSelectProps = {
|
||||
batchMode: boolean;
|
||||
saveImageAs: string;
|
||||
|
@ -10,7 +10,6 @@
|
||||
"noImplicitAny": false,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@common/*": ["./common/*"],
|
||||
"@electron/*": ["./electron/*"],
|
||||
"@/*": ["./renderer/*"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user