From 9159f2d9073fe88ef401f40f983ee4982e348156 Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Sun, 1 May 2022 14:51:57 +0200 Subject: [PATCH] Fix ghost dependencies --- 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 50f59fa51..117c7e248 100644 --- a/components/Config/LoadConfig.tsx +++ b/components/Config/LoadConfig.tsx @@ -4,8 +4,8 @@ import { Dropzone, DropzoneStatus, FullScreenDropzone, IMAGE_MIME_TYPE } from '@ import { showNotification } from '@mantine/notifications'; import { useRef } from 'react'; import { useRouter } from 'next/router'; -import { serviceItem } from '../AppShelf/AppShelf.d'; import { useServices } from '../../tools/state'; +import { serviceItem } from '../../tools/types'; function getIconColor(status: DropzoneStatus, theme: MantineTheme) { return status.accepted