Remove action variables

This commit is contained in:
Tuan Dang
2023-11-05 15:57:04 +02:00
parent 50ce977c55
commit c9ed5f793a
2 changed files with 0 additions and 7 deletions

View File

@@ -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";

View File

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