mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
Move types
This commit is contained in:
@@ -3,7 +3,8 @@ 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 { Settings, loadSettings } from '../../tools/settings';
|
||||
import { loadSettings } from '../../tools/settings';
|
||||
import { Settings } from '../../tools/types';
|
||||
import SaveConfigComponent from '../Config/SaveConfig';
|
||||
|
||||
function SettingsMenu(props: any) {
|
||||
|
||||
Reference in New Issue
Block a user