refactor: removed unused states

This commit is contained in:
SundasNoreen
2023-05-22 15:17:04 +05:00
parent e76f5b6937
commit 4ce7311809

View File

@@ -1,8 +1,3 @@
export const IDLE_STATUS = 'idle';
export const LOADING_STATUS = 'loading';
export const SUCCESS_STATUS = 'success';
export const FAILURE_STATUS = 'failure';
export const notificationTabs = {
REMINDERS: 'reminders',
DISCUSSIONS: 'discussions',