add default export

This commit is contained in:
josephsmendoza
2022-12-07 13:47:15 +00:00
parent e6aaf4cf4d
commit 87980508f3
+3 -1
View File
@@ -45,4 +45,6 @@ export class FileReaderAsync {
readAsDataURL(blob) {
return FileReaderAsync.readAs('DataURL',blob)
}
}
}
export default FileReaderAsync