mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
cleanup
This commit is contained in:
@@ -39,12 +39,10 @@ const share = async (file: FileType, fileData: File[]) => {
|
||||
}
|
||||
|
||||
const IconText = ({ icon, text, ...props }) => (
|
||||
<Tooltip title={text}>
|
||||
<Button
|
||||
{...props}
|
||||
icon={React.createElement(icon)}
|
||||
/>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
const FileView: React.FC<Props> = ({
|
||||
|
||||
Reference in New Issue
Block a user