1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00

Remove imports

This commit is contained in:
Nayam Amarshe 2023-09-13 21:56:06 +05:30
parent 3401ea6c61
commit a95a9486b5

View File

@ -1,5 +1,3 @@
import React, { useEffect, useState } from "react";
type QualityInputProps = {
compression: number;
handleQualityChange: (arg: any) => void;