show download speed

This commit is contained in:
SpikeHD
2022-05-13 23:36:18 -07:00
parent 73138cb686
commit 01133861f6
8 changed files with 52 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ interface IProps {
downloadName: string;
}
export default class MiniDialog extends React.Component<IProps, never> {
export default class DownloadSection extends React.Component<IProps, never> {
constructor(props: IProps) {
super(props)
}