mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Webatrice updates (#4366)
This commit is contained in:
parent
8db9475804
commit
0d05f9097d
14 changed files with 5517 additions and 20090 deletions
7
webclient/src/types/forms.ts
Normal file
7
webclient/src/types/forms.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export enum FormKey {
|
||||
ADD_TO_BUDDIES = "ADD_TO_BUDDIES",
|
||||
ADD_TO_IGNORE = "ADD_TO_IGNORE",
|
||||
CONNECT = "CONNECT",
|
||||
REGISTER = "REGISTER",
|
||||
SEARCH_LOGS = "SEARCH_LOGS",
|
||||
}
|
||||
|
|
@ -5,3 +5,4 @@ export * from "./sort";
|
|||
export * from "./user";
|
||||
export * from "./routes";
|
||||
export * from "./sort";
|
||||
export * from "./forms";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue