🚨 Lint code and prettier

This commit is contained in:
ajnart
2022-05-23 10:24:54 +02:00
parent 72e08f484f
commit 6a905e1b49
3 changed files with 17 additions and 17 deletions

View File

@@ -18,10 +18,10 @@ import { useForm } from '@mantine/form';
import { motion } from 'framer-motion';
import { useState } from 'react';
import { Apps } from 'tabler-icons-react';
import { v4 as uuidv4 } from 'uuid';
import { useConfig } from '../../tools/state';
import { ServiceTypeList } from '../../tools/types';
import { AppShelfItemWrapper } from './AppShelfItemWrapper';
import { v4 as uuidv4 } from 'uuid';
export function AddItemShelfButton(props: any) {
const [opened, setOpened] = useState(false);