mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 11:36:40 +07:00
fixed reducer placement for user
This commit is contained in:
parent
f814fe6c42
commit
813fded927
20 changed files with 18 additions and 18 deletions
|
@ -21,7 +21,7 @@ import { Icon } from "$components/panels/Icon";
|
|||
import classnames from "classnames";
|
||||
import { CLIENT } from "$config/frontend";
|
||||
import { DIALOGS, TABS } from "$constants/dialogs";
|
||||
import { IRootState } from "$redux/user/reducer";
|
||||
import { IRootState } from "$redux/user";
|
||||
import { Tooltip } from "$components/panels/Tooltip";
|
||||
import { TitleDialog } from "$components/dialogs/TitleDialog";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue