Skip to content

Commit

Permalink
fix(admin-ui): remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Nov 27, 2023
1 parent b927d1a commit d06bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/redux/sagas/AttributesSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
toggleInitAttributeLoader
} from '../features/attributesSlice'
import { getAPIAccessToken } from 'Redux/features/authSlice'
import { postUserAction, fetchApiAccessToken } from 'Redux/api/backend-api'
import { postUserAction } from 'Redux/api/backend-api'
import {
FETCH,
} from '../../audit/UserActionType'
Expand Down

0 comments on commit d06bdcf

Please sign in to comment.