Move statuses into file

This commit is contained in:
Sam Carlton 2020-11-26 16:35:44 -06:00
parent b475efa577
commit e45947fcb5
2 changed files with 7 additions and 7 deletions

6
helpers/statuses.js Normal file
View file

@ -0,0 +1,6 @@
export default {
'✅': 'native',
'✳️': 'rosetta',
'⏹': 'no-in-progress',
'🚫': 'no'
}