6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
import mod from "../../storage/index.js";
|
|
|
|
export const Storage = mod.Storage;
|
|
export const getDownloadURL = mod.getDownloadURL;
|
|
export const getStorage = mod.getStorage;
|