Move types

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-01 14:46:45 +02:00
parent 1bd7694b52
commit 65b4d35350
5 changed files with 6 additions and 5 deletions

View File

@@ -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);