chore(web): remove unused code

This commit is contained in:
Luke
2023-02-13 21:24:33 +01:00
parent f166c1675e
commit 14341a0343
12 changed files with 7 additions and 26 deletions

View File

@@ -1,8 +1,7 @@
import { NumberInput } from '@mantine/core';
import { useEffect } from 'react';
import { INumber } from '../../../../interfaces/dialog';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { Control, useController, UseFormRegisterReturn } from 'react-hook-form';
import { Control, useController } from 'react-hook-form';
import { FormValues } from '../../InputDialog';
interface Props {