1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

ImageUpload (first attmpt)

This commit is contained in:
muerwre 2019-08-08 14:24:58 +07:00
parent 75fb88b209
commit af3b413903
8 changed files with 179 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import React, { FC } from 'react';
import * as styles from './styles.scss';
import { INode, IFileWithUUID } from '~/redux/types';
import { INode } from '~/redux/types';
interface IProps {
data: INode;