mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-23 23:21:05 +01:00
remove formatted image and upscaled image states
This commit is contained in:
parent
af95c76fa7
commit
38ae8eb29a
@ -19,8 +19,6 @@ const Home = () => {
|
||||
// STATES
|
||||
const [imagePath, SetImagePath] = useState("");
|
||||
const [upscaledImagePath, setUpscaledImagePath] = useState("");
|
||||
const [formattedImagePath, setFormattedImagePath] = useState("");
|
||||
const [formattedUpscaledImagePath, setFormattedUpscaledImagePath] = useState("");
|
||||
const [outputPath, setOutputPath] = useState("");
|
||||
const [scaleFactor] = useState(4);
|
||||
const [progress, setProgress] = useState("");
|
||||
|
Loading…
Reference in New Issue
Block a user