fix: {} is needed while export

This commit is contained in:
lancegin
2017-06-29 15:06:56 +08:00
parent 472c4b180e
commit bfdf7b1962
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* @author : Gin (gin.lance.inside@hotmail.com)
*/
import OTP from './otp';
import { OTP } from './otp';
export class HOTP extends OTP {
/*