mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-05 00:19:48 +05:30
Rearrange services files
This commit is contained in:
parent
1ee5e75291
commit
a04dd4a444
@ -1,4 +1,4 @@
|
||||
import AuthFlow from './authFlow/AuthFlow';
|
||||
import AuthFlow from './AuthFlow';
|
||||
|
||||
import * as actions from 'components/auth/actions';
|
||||
import {updateUser} from 'components/user/actions';
|
3
src/services/errorsDict/index.js
Normal file
3
src/services/errorsDict/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import errorsDict from './errorsDict';
|
||||
|
||||
export default errorsDict;
|
3
src/services/request/index.js
Normal file
3
src/services/request/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import request from './request';
|
||||
|
||||
export default request;
|
Loading…
x
Reference in New Issue
Block a user