Publish the SDK under the Gnosys Labs npm organization
Hop-State: A_06FPAHQDE2YC3AQWGQGNQN0 Hop-Proposal: R_06FPAHP3Q77W9A2D641H4SR Hop-Task: T_06FPAH33SHXWSFZ2V45R2Z8 Hop-Attempt: AT_06FPAH33SGNKEM8JTS1KX70
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ChangeEvent } from "react";
|
||||
import {
|
||||
useStuffboxUpload,
|
||||
type UploadTransport,
|
||||
} from "@stuffbox/sdk/react";
|
||||
} from "@gnosyslabs/stuffbox-sdk/react";
|
||||
|
||||
async function responseJson<T>(response: Response): Promise<T> {
|
||||
if (!response.ok) {
|
||||
|
||||
Reference in New Issue
Block a user