Add mutation-types.js

This commit is contained in:
Jan Bader 2022-01-25 20:56:43 +00:00
parent 463a52fb19
commit 404bd6625f

View File

@ -0,0 +1,3 @@
export const LOGIN_SUCCESS = '✔ Logged in';
export const LOGOUT = 'Log out';
export const TITLE = 'Update title';