💃🏻 Typing, Styling, Formatting

This commit is contained in:
ajnart
2022-08-02 00:21:51 +02:00
parent 4e75605ac0
commit 847e0855d8
6 changed files with 6 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { Group, Text, SegmentedControl, TextInput, Stack } from '@mantine/core';
import { Text, SegmentedControl, TextInput, Stack } from '@mantine/core';
import { useState } from 'react';
import { useConfig } from '../../tools/state';
import { ColorSchemeSwitch } from '../ColorSchemeToggle/ColorSchemeSwitch';