Update link

This commit is contained in:
2025-02-04 13:25:36 -06:00
parent 0947bb9aaa
commit 565eeb10b6
6 changed files with 1345 additions and 1467 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}