This commit is contained in:
ajnart
2022-12-11 14:45:33 +09:00
parent 87536e527a
commit 6aa53db84e
5 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { createStyles, Switch, Group } from '@mantine/core';
import { createStyles, Switch } from '@mantine/core';
import { useTranslation } from 'next-i18next';
import { useConfig } from '../../tools/state';