fixup of functions
parent
84cf60069f
commit
24715e77d6
|
@ -1,4 +1,4 @@
|
||||||
export { default as checkLock, clear as clearLock } from './checkLock';
|
export { default as checkLock, clear as clearLock } from '../intervals/checkLock';
|
||||||
export { default as dataConversion } from './dataConversion';
|
export { default as dataConversion } from './dataConversion';
|
||||||
// export { default as checkSS, clear as clearSS } from './checkSS';
|
// export { default as checkSS, clear as clearSS } from './checkSS';
|
||||||
export { default as parseCertificate, Certificate } from './parseCertificate';
|
export { default as parseCertificate, Certificate } from './parseCertificate';
|
||||||
|
|
Loading…
Reference in New Issue