chore(ui): lint

This commit is contained in:
psychedelicious 2024-07-24 07:36:33 +10:00
parent 2997f0a1f8
commit 93e95ce53f

View File

@ -20,7 +20,6 @@ import { Trans, useTranslation } from 'react-i18next';
import { PiFrameCornersBold } from 'react-icons/pi';
import type { ImageDTO } from 'services/api/types';
type Props = { imageDTO?: ImageDTO };
const ParamUpscalePopover = (props: Props) => {