mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed appearance for editor
This commit is contained in:
parent
bd5122f365
commit
09b68c19d2
5 changed files with 42 additions and 33 deletions
|
@ -1,10 +1,9 @@
|
|||
import React, { FC, ChangeEventHandler, DragEventHandler, useCallback, useMemo } from 'react';
|
||||
import React, { FC, useMemo } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
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 { IUploadStatus } from '~/redux/uploads/reducer';
|
||||
|
||||
const mapStateToProps = selectUploads;
|
||||
const mapDispatchToProps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue