mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
update
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import React, { useContext, useCallback } from 'react';
|
||||
import styled from 'styled-components';
|
||||
import { Layout } from 'antd';
|
||||
import { UploadOutlined } from '@ant-design/icons';
|
||||
import { FileAddTwoTone } from '@ant-design/icons';
|
||||
import { useDropzone } from 'react-dropzone';
|
||||
import EncryptionContext from '../contexts/Encryption';
|
||||
|
||||
const Icon = styled(UploadOutlined)`
|
||||
const Icon = styled(FileAddTwoTone)`
|
||||
font-size: 100px;
|
||||
margin-bottom: 20px;
|
||||
`;
|
||||
|
||||
const DropWrapper = styled(Layout)`
|
||||
|
||||
Reference in New Issue
Block a user