mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-02 19:45:54 +01:00
Remove all unused dependencies and items
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { ActionIcon, Group, Modal, Switch, Title, Text, Tooltip, TextInput } from '@mantine/core';
|
||||
import { showNotification } from '@mantine/notifications';
|
||||
import { motion } from 'framer-motion';
|
||||
import { CSSProperties, useEffect, useState } from 'react';
|
||||
import { Mail, Settings as SettingsIcon, X } from 'tabler-icons-react';
|
||||
import { useState } from 'react';
|
||||
import { Settings as SettingsIcon } from 'tabler-icons-react';
|
||||
import { useConfig } from '../../tools/state';
|
||||
import SaveConfigComponent from '../Config/SaveConfig';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user