refactor actions into core modules and grouped services
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import {
|
||||
getNewAppeals,
|
||||
getNewAppealsPage,
|
||||
getNewDocumentsPaged
|
||||
} from "./legacyActionsService";
|
||||
|
||||
export { getNewAppeals, getNewAppealsPage, getNewDocumentsPaged };
|
||||
Reference in New Issue
Block a user