Merge branch 'feat/user-profile' into feat/user-security

This commit is contained in:
Koosha Lahouti
2025-08-02 12:50:34 +03:30
committed by GitHub
17 changed files with 1597 additions and 8 deletions

View File

@@ -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;