code refactoring

This commit is contained in:
2023-11-19 13:52:51 +01:00
parent 710a8537e0
commit c56e3a106b
6 changed files with 1372 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { Autocomplete, Box, TextField, Typography } from '@mui/material'
import { Autocomplete, Box, TextField } from '@mui/material'
import { useRecoilState, useRecoilValue } from 'recoil'
import { customArgsState, savedTemplatesState } from '../atoms/downloadTemplate'
import { useI18n } from '../hooks/useI18n'