Merge branch 'feat/user-profile' into feat/user-security
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { Alert, Snackbar, type AlertColor } from '@mui/material';
|
||||
|
||||
import { type PropsWithChildren } from 'react';
|
||||
|
||||
|
||||
export interface ToastProps extends PropsWithChildren {
|
||||
color: AlertColor | undefined;
|
||||
open: boolean;
|
||||
|
||||
Reference in New Issue
Block a user