mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
moved editor to separate reducer
This commit is contained in:
parent
e950d98b73
commit
87670770b0
38 changed files with 1425 additions and 1069 deletions
|
@ -11,7 +11,7 @@ export interface IUser {
|
|||
role: IRoles[keyof IRoles];
|
||||
routes: {};
|
||||
success: boolean;
|
||||
id?: number;
|
||||
id?: string;
|
||||
uid: string;
|
||||
token?: string;
|
||||
photo: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue