mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Update dependencies (again) (#3442)
* Update dependencies * Upgrade rollup * Remove all index.ts reexport files
This commit is contained in:
@@ -66,9 +66,10 @@ const imageToDataURL = async (url: string) => {
|
||||
});
|
||||
};
|
||||
|
||||
const Image = {
|
||||
const ImageUtils = {
|
||||
onImageChange,
|
||||
usePasteImage,
|
||||
imageToDataURL,
|
||||
};
|
||||
export default Image;
|
||||
|
||||
export default ImageUtils;
|
||||
|
||||
Reference in New Issue
Block a user