mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +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
|
@ -5,7 +5,7 @@ import { connect } from 'react-redux';
|
|||
import classnames from 'classnames';
|
||||
import { getStyle } from "$utils/dom";
|
||||
import { nearestInt } from "$utils/geom";
|
||||
import { IRootState } from "$redux/user/reducer";
|
||||
import { IRootState } from "$redux/user";
|
||||
import { parseDesc } from "$utils/format";
|
||||
|
||||
interface ITitleDialogProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue