Add Remote type constructor. Setup basic State/Msg/effects/Reducer. Format

This commit is contained in:
Yura Dupyn 2026-05-14 23:03:48 +02:00
parent ae6451e052
commit 473897fdfc
5 changed files with 238 additions and 67 deletions

View file

@ -1,6 +1,6 @@
{
"semi": true,
"singleQuote": true,
"semi": false,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100
}