Removed FormattedMessage usage.

This commit is contained in:
Mike Cao 2025-02-07 10:40:30 -08:00
parent 84193a4ec5
commit f242835fc2
13 changed files with 132 additions and 70 deletions

View file

@ -24,9 +24,7 @@
"types": ["jest"],
"typeRoots": ["node_modules/@types"],
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
},
"plugins": [
{