code refactoring

This commit is contained in:
2023-10-24 14:45:55 +02:00
parent ba23485b33
commit 38d8bb8e40
4 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import { AlertColor } from '@mui/material'
import { atom } from 'recoil'
type Toast = {
export type Toast = {
open: boolean,
message: string
autoClose: boolean