From 404bd6625ffdfcf2433896d74c4613f6794b0755 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Tue, 25 Jan 2022 20:56:43 +0000 Subject: [PATCH] Add mutation-types.js --- web/src/store/mutation-types.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web/src/store/mutation-types.js diff --git a/web/src/store/mutation-types.js b/web/src/store/mutation-types.js new file mode 100644 index 0000000..9fbd0c5 --- /dev/null +++ b/web/src/store/mutation-types.js @@ -0,0 +1,3 @@ +export const LOGIN_SUCCESS = '✔ Logged in'; +export const LOGOUT = 'Log out'; +export const TITLE = 'Update title'; \ No newline at end of file