Remove action variables

pull/1157/head
Tuan Dang 7 months ago
parent 50ce977c55
commit c9ed5f793a

@ -1,6 +0,0 @@
export const ACTION_LOGIN = "login";
export const ACTION_LOGOUT = "logout";
export const ACTION_ADD_SECRETS = "addSecrets";
export const ACTION_DELETE_SECRETS = "deleteSecrets";
export const ACTION_UPDATE_SECRETS = "updateSecrets";
export const ACTION_READ_SECRETS = "readSecrets";

@ -1,4 +1,3 @@
export * from "./action";
export * from "./authentication";
export * from "./crypto";
export * from "./environment";

Loading…
Cancel
Save