1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

remove formatted image and upscaled image states

This commit is contained in:
Yevgeniy Akimenko 2023-05-02 13:10:25 -07:00 committed by GitHub
parent af95c76fa7
commit 38ae8eb29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,6 @@ const Home = () => {
// STATES // STATES
const [imagePath, SetImagePath] = useState(""); const [imagePath, SetImagePath] = useState("");
const [upscaledImagePath, setUpscaledImagePath] = useState(""); const [upscaledImagePath, setUpscaledImagePath] = useState("");
const [formattedImagePath, setFormattedImagePath] = useState("");
const [formattedUpscaledImagePath, setFormattedUpscaledImagePath] = useState("");
const [outputPath, setOutputPath] = useState(""); const [outputPath, setOutputPath] = useState("");
const [scaleFactor] = useState(4); const [scaleFactor] = useState(4);
const [progress, setProgress] = useState(""); const [progress, setProgress] = useState("");