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,6 +1,6 @@
import { createStyles, PasswordInput, TextInput } from '@mantine/core';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import React, { useEffect } from 'react';
import React from 'react';
import { IInput } from '../../../../interfaces/dialog';
import { UseFormRegisterReturn } from 'react-hook-form';