Fix decrypt

This commit is contained in:
2020-08-22 19:17:53 +02:00
parent ab4fc8e18a
commit 8cc811fa3f
7 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import React, { useContext } from 'react';
import { Divider, Button } from 'antd';
import { Divider } from 'antd';
import FileList from '../components/FileList';
import Add from '../components/decrypt/AddFile';
import DecryptionContext from '../contexts/Decryption';