redesigned send and receive

This commit is contained in:
Paul Miller
2023-05-08 20:55:02 -05:00
parent e7d2461e4e
commit cf57b60f2a
21 changed files with 333 additions and 242 deletions

View File

@@ -48,5 +48,13 @@
},
"engines": {
"node": ">=16.8"
},
"prettier": {
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}
}