rust downloading function

This commit is contained in:
SpikeHD
2022-05-09 17:57:46 -07:00
parent 8798b29b7c
commit 6aacba76c6
4 changed files with 194 additions and 1 deletions

5
src/utils/download.ts Normal file
View File

@@ -0,0 +1,5 @@
export default class DownloadHandler {
constructor() {
console.log('AAAAAAAAAAAAAAAAAAAAA')
}
}