fixup of functions

merge-requests/4/head
Matthew 2020-05-02 02:35:03 -04:00
parent 84cf60069f
commit 24715e77d6
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -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 checkSS, clear as clearSS } from './checkSS';
export { default as parseCertificate, Certificate } from './parseCertificate';