package.lock added
This commit is contained in:
parent
011436fde4
commit
99b99a902f
|
@ -1,6 +1,5 @@
|
||||||
#Wed Oct 14 15:00:41 WAT 2020
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -44,12 +44,14 @@ import {connect} from 'react-redux';
|
||||||
import {bindActionCreators} from 'redux';
|
import {bindActionCreators} from 'redux';
|
||||||
import {
|
import {
|
||||||
cutString,
|
cutString,
|
||||||
cutStringWithoutDot, displayToast,
|
cutStringWithoutDot,
|
||||||
|
displayToast,
|
||||||
isEmptyObject,
|
isEmptyObject,
|
||||||
optionDepotUserScreen,
|
optionDepotUserScreen,
|
||||||
optionIdentificationUserScreen,
|
optionIdentificationUserScreen,
|
||||||
optionLinkAccountUserScreen, optionNanoCreditAgentScreen,
|
optionLinkAccountUserScreen,
|
||||||
optionNanoCreditScreen, optionNanoSanteUserScreen,
|
optionNanoCreditScreen,
|
||||||
|
optionNanoSanteUserScreen,
|
||||||
optionPaiementFacture,
|
optionPaiementFacture,
|
||||||
optionRetraitUserScreen,
|
optionRetraitUserScreen,
|
||||||
transactionHistoryIlinkLabel
|
transactionHistoryIlinkLabel
|
||||||
|
|
Loading…
Reference in New Issue