1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

optimized imports

This commit is contained in:
Fedor Katurov 2022-01-02 20:59:52 +07:00
parent 8d2b56cafc
commit 77af1ab05a
58 changed files with 167 additions and 228 deletions

View file

@ -1,7 +1,7 @@
import { MODAL_HANDLERS } from '~/redux/modal/handlers';
import { createReducer } from '~/utils/reducer';
import { DIALOGS } from '~/redux/modal/constants';
import { ValueOf, IFile } from '~/redux/types';
import { IFile, ValueOf } from '~/redux/types';
export interface IModalState {
is_shown: boolean;

View file

@ -1,8 +1,8 @@
import { takeEvery, put } from 'redux-saga/effects';
import { LocationChangeAction, LOCATION_CHANGE } from 'connected-react-router';
import { put, takeEvery } from 'redux-saga/effects';
import { LOCATION_CHANGE, LocationChangeAction } from 'connected-react-router';
import { authOpenProfile, authShowRestoreModal } from '../auth/actions';
import { MODAL_ACTIONS, DIALOGS } from './constants';
import { modalShowPhotoswipe, modalSet } from './actions';
import { DIALOGS, MODAL_ACTIONS } from './constants';
import { modalSet, modalShowPhotoswipe } from './actions';
function* onPathChange({
payload: {