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 }) => (
|
const IconText = ({ icon, text, ...props }) => (
|
||||||
<Tooltip title={text}>
|
|
||||||
<Button
|
<Button
|
||||||
{...props}
|
{...props}
|
||||||
icon={React.createElement(icon)}
|
icon={React.createElement(icon)}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
|
||||||
);
|
);
|
||||||
|
|
||||||
const FileView: React.FC<Props> = ({
|
const FileView: React.FC<Props> = ({
|
||||||
|
|||||||
Reference in New Issue
Block a user