revise with layout, etc.

This commit is contained in:
2024-04-22 20:46:36 -04:00
parent 5015e79d85
commit 9891ba5b49
18 changed files with 1637 additions and 101 deletions

9
.swcrc Normal file
View File

@@ -0,0 +1,9 @@
{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "esnext"
},
"isModule": true
}