fix emoji in store

merge-requests/1/merge
Matthew 2019-10-27 22:26:50 -04:00
parent 2274959f8a
commit 98fdd4f8ab
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export default { export default {
success: '<:modSuccess:578750988907970567>', success: '<:modSuccess:578750988907970567>',
loading: '<a:modloading:588607353935364106>', loading: '<a:modloading:588607353935364106>',
error: '<:modError:578750737920688128', error: '<:modError:578750737920688128>',
}; };