a "little" refactoring

This commit is contained in:
Kendell R 2023-09-09 11:17:35 -07:00
parent 95895056ef
commit a6c8804552
No known key found for this signature in database
GPG key ID: 64314E306EEF6109
11 changed files with 585 additions and 617 deletions

5
frontend/src/state.ts Normal file
View file

@ -0,0 +1,5 @@
export enum UIState {
Idle,
Connecting,
Connected,
}