DEV: Remove an unused component (#28316)

(admin/resumable-upload)
This commit is contained in:
Jarek Radosz 2024-08-12 14:45:40 +02:00 committed by GitHub
parent 2a193f2173
commit 34de336afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
{{this.uploadingIcon}}
<span class="ru-label">{{this.text}}</span>
<span style={{this.progressBar}} class="ru-progress"></span>

View File

@ -1,3 +0,0 @@
import Component from "@ember/component";
export default class ResumableUpload extends Component {}