Export uploadBlob
This commit is contained in:
parent
895b63961d
commit
672b5e455a
1 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
export { default as downloadBlobFromPointer } from './download';
|
export { default as downloadBlobFromPointer } from "./download";
|
||||||
export { default as populateCache } from './populateCache';
|
export { default as populateCache } from "./populateCache";
|
||||||
export { readPointer } from './pointers';
|
export { readPointer } from "./pointers";
|
||||||
|
export { default as uploadBlob } from "./upload";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue