Remove index.js in api.js.
This commit is contained in:
parent
13ea95a552
commit
193fc4d5d6
|
@ -1,23 +0,0 @@
|
|||
export * from "addNewTOTP.js";
|
||||
export * from "api.js";
|
||||
export * from "apiUtils.js";
|
||||
export * from "createOrUpdateSecret.js";
|
||||
export * from "deleteSecret.js";
|
||||
export * from "getCapabilities.js";
|
||||
export * from "getCapabilitiesPath.js";
|
||||
export * from "getMounts.js";
|
||||
export * from "getSealStatus.js";
|
||||
export * from "getSecret.js";
|
||||
export * from "getSecretMetadata.js";
|
||||
export * from "getSecrets.js";
|
||||
export * from "getTOTPCode.js";
|
||||
export * from "getTOTPKeys.js";
|
||||
export * from "getTransitKeys.js";
|
||||
export * from "lookupSelf.js";
|
||||
export * from "renewSelf.js";
|
||||
export * from "sealVault.js";
|
||||
export * from "submitUnsealKey.js";
|
||||
export * from "transitDecrypt.js";
|
||||
export * from "transitEncrypt.js";
|
||||
export * from "undeleteSecret.js";
|
||||
export * from "usernameLogin.js";
|
Loading…
Reference in a new issue