🚨 Fix build warnings

This commit is contained in:
Manuel
2023-03-29 12:55:03 +02:00
parent 41e142634f
commit 13531a007c
6 changed files with 8 additions and 22 deletions

View File

@@ -1,13 +1,12 @@
import {
Table,
Checkbox,
Group,
Badge,
Checkbox,
createStyles,
Group,
ScrollArea,
TextInput,
useMantineTheme,
Table,
Text,
TextInput,
} from '@mantine/core';
import { useElementSize } from '@mantine/hooks';
import { IconSearch } from '@tabler/icons';