mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56: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
|
@ -85,7 +85,7 @@ import { DEFAULT_PROVIDER } from "$constants/providers";
|
|||
import { DIALOGS, TABS } from "$constants/dialogs";
|
||||
|
||||
import * as ActionCreators from "$redux/user/actions";
|
||||
import { IRootState } from "$redux/user/reducer";
|
||||
import { IRootState } from "$redux/user";
|
||||
import { downloadGPXTrack, getGPXString } from "$utils/gpx";
|
||||
import { Unwrap } from "$utils/middleware";
|
||||
import { IState } from "$redux/store";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue