From 4ce7311809abb708f2ac9d431189e5036871464d Mon Sep 17 00:00:00 2001 From: SundasNoreen Date: Mon, 22 May 2023 15:17:04 +0500 Subject: [PATCH] refactor: removed unused states --- src/constants.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/constants.js b/src/constants.js index fd66983..6a176ef 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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',