This commit is contained in:
Manav Rathi
2025-01-14 12:21:30 +05:30
parent 3db0b73648
commit 8b038e7439
2 changed files with 0 additions and 3 deletions

View File

@@ -192,5 +192,3 @@ declare module "@mui/material/Typography" {
tiny: true;
}
}
export {};

View File

@@ -120,7 +120,6 @@ export const Notification: React.FC<NotificationProps> = ({
}) => {
if (!attributes) return <></>;
console.log(attributes);
const { captionFirst, color, startIcon, title, caption, endIcon, onClick } =
attributes;