diff --git a/packages/frontend-core/src/api/licensing.ts b/packages/frontend-core/src/api/licensing.ts index 8d226835b5..a9e6b7e7b3 100644 --- a/packages/frontend-core/src/api/licensing.ts +++ b/packages/frontend-core/src/api/licensing.ts @@ -6,7 +6,7 @@ import { GetOfflineLicenseTokenResponse, QuotaUsage, } from "@budibase/types" -import { APIError, BaseAPIClient } from "./types" +import { BaseAPIClient } from "./types" export interface LicensingEndpoints { activateLicenseKey: (licenseKey: string) => Promise