Feat: Notification section (#2033)

* Feature/Notification-section

* fix notification ui and add local storage variable to save the state

* add notification component to app.tsx
This commit is contained in:
Mariam Saeed
2025-10-09 01:26:10 +03:00
committed by ManishMadan2882
parent 4d01a7df97
commit f744537fdd

View File

@@ -132,4 +132,4 @@ export default function Notification({
</a>
</>
);
}
}