Skip to content

Commit

Permalink
EPMRPP-91885 || fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed Jun 24, 2024
1 parent 0991d74 commit c38956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/controllers/administrate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
export { administrateReducer } from './reducer';
export { eventsSelector, fetchEventsAction } from './events';
export { allUsersSelector, fetchAllUsersAction } from './allUsers';
export { fetchProjectDataAction, fetchActiveProjectDataAction } from './actionCreators';
export { fetchProjectDataAction } from './actionCreators';
export { NAMESPACE as ADMIN_NAMESPACE } from './constants';
export { administrateSagas } from './sagas';

0 comments on commit c38956d

Please sign in to comment.