added nothing here message for empty lists

This commit is contained in:
austinried
2021-07-19 22:23:33 +09:00
parent 9d835f04aa
commit a1b6aa6732
6 changed files with 113 additions and 46 deletions

View File

@@ -2,6 +2,7 @@ enum font {
regular = 'Metropolis-Regular',
semiBold = 'Metropolis-SemiBold',
bold = 'Metropolis-Bold',
lightItalic = 'Metropolis-SemiBoldItalic',
}
export default font