mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
eslint fix
This commit is contained in:
parent
fa4d51360b
commit
5fb3445741
6 changed files with 9248 additions and 18023 deletions
|
@ -1,20 +1,13 @@
|
|||
import React, {
|
||||
FC,
|
||||
useCallback,
|
||||
useEffect,
|
||||
useState,
|
||||
ChangeEventHandler,
|
||||
DragEventHandler
|
||||
} from 'react';
|
||||
import uuid from 'uuid4';
|
||||
import { connect } from 'react-redux';
|
||||
import assocPath from 'ramda/es/assocPath';
|
||||
import append from 'ramda/es/append';
|
||||
import { INode, IFileWithUUID, IFile } from '~/redux/types';
|
||||
import { INode } from '~/redux/types';
|
||||
import * as UPLOAD_ACTIONS from '~/redux/uploads/actions';
|
||||
import { selectUploads } from '~/redux/uploads/selectors';
|
||||
import { ImageGrid } from '~/components/editors/ImageGrid';
|
||||
import { moveArrItem } from '~/utils/fn';
|
||||
import { IUploadStatus } from '~/redux/uploads/reducer';
|
||||
|
||||
const mapStateToProps = selectUploads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue