fix: delete additional things

This commit is contained in:
2025-08-02 12:48:02 +03:30
parent 482d672955
commit 3f5f8e1aaf
8 changed files with 26 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import { Alert, Snackbar, type AlertColor } from '@mui/material';
import React, { type PropsWithChildren } from 'react';
import { type PropsWithChildren } from 'react';
export interface ToastProps extends PropsWithChildren {
color: AlertColor | undefined;