mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-08 14:35:49 +01:00
Remove all unused dependencies and items
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Group, Text, useMantineTheme, MantineTheme, Notification } from '@mantine/core';
|
||||
import { Group, Text, useMantineTheme, MantineTheme } from '@mantine/core';
|
||||
import { Upload, Photo, X, Icon as TablerIcon, Check } from 'tabler-icons-react';
|
||||
import { Dropzone, DropzoneStatus, FullScreenDropzone, IMAGE_MIME_TYPE } from '@mantine/dropzone';
|
||||
import { DropzoneStatus, FullScreenDropzone } from '@mantine/dropzone';
|
||||
import { showNotification } from '@mantine/notifications';
|
||||
import { useRef } from 'react';
|
||||
import { useRouter } from 'next/router';
|
||||
import { useConfig } from '../../tools/state';
|
||||
import { Config, serviceItem } from '../../tools/types';
|
||||
import { Config } from '../../tools/types';
|
||||
|
||||
function getIconColor(status: DropzoneStatus, theme: MantineTheme) {
|
||||
return status.accepted
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { Anchor, Button, ThemeIcon, Tooltip } from '@mantine/core';
|
||||
import { Button } from '@mantine/core';
|
||||
import fileDownload from 'js-file-download';
|
||||
import { Dropzone, DropzoneStatus, IMAGE_MIME_TYPE } from '@mantine/dropzone';
|
||||
import { Download } from 'tabler-icons-react';
|
||||
import { useConfig } from '../../tools/state';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user