mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
Move types
This commit is contained in:
@@ -19,7 +19,8 @@ import {
|
||||
InfoCircle,
|
||||
FileX,
|
||||
} from 'tabler-icons-react';
|
||||
import { Settings, loadSettings } from '../../tools/settings';
|
||||
import { loadSettings } from '../../tools/settings';
|
||||
import { Settings } from '../../tools/types';
|
||||
|
||||
export default function SearchBar(props: any) {
|
||||
const [opened, setOpened] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user