🐛 Fix tCategory error

This commit is contained in:
Angel Garcia 2023-12-18 11:21:18 -04:00
parent 2f7965093e
commit 932ed38af7

View File

@ -16,5 +16,5 @@ export type tCategory =
| 'Education'
| 'Design'
| 'Typing'
| 'Community';
| 'Community'
| 'Marketplace';