🚨 Fix build warnings

This commit is contained in:
Manuel
2023-01-20 20:24:25 +01:00
parent 77ae6f0082
commit 7edbc96c23
3 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
import { Button, Group, Modal, TextInput, Title } from '@mantine/core';
import { useForm } from '@mantine/form';
import { useTranslation } from 'next-i18next';
import { useConfigContext } from '../../../../config/provider';
import { useConfigStore } from '../../../../config/store';
import { useCopyConfigMutation } from '../../../../tools/config/mutations/useCopyConfigMutation';