upd: export all modules

This commit is contained in:
lancegin
2017-06-29 13:28:40 +08:00
parent b4fa527e4c
commit 38dd85dabf
5 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import OTP from './otp';
class HOTP extends OTP {
export default class HOTP extends OTP {
/*
* Generate the OTP with the given count
*