From 75731c22726f0be71cc444e1a0f4c871a8d60c28 Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Sat, 30 Apr 2022 21:36:20 +0200 Subject: [PATCH] Renaming imports --- components/Config/LoadConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {