add default export

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