diff --git a/components/Config/LoadConfig.tsx b/components/Config/LoadConfig.tsx index ab22d5e6f..50f59fa51 100644 --- a/components/Config/LoadConfig.tsx +++ b/components/Config/LoadConfig.tsx @@ -2,9 +2,9 @@ import { Group, Text, useMantineTheme, MantineTheme, Notification } from '@manti import { Upload, Photo, X, Icon as TablerIcon, Check } from 'tabler-icons-react'; import { Dropzone, DropzoneStatus, FullScreenDropzone, IMAGE_MIME_TYPE } from '@mantine/dropzone'; import { showNotification } from '@mantine/notifications'; -import { serviceItem } from '../AppShelf/AppShelf.d'; import { useRef } from 'react'; import { useRouter } from 'next/router'; +import { serviceItem } from '../AppShelf/AppShelf.d'; import { useServices } from '../../tools/state'; function getIconColor(status: DropzoneStatus, theme: MantineTheme) {