chore: remove unused imports

This commit is contained in:
jamesgeorge007 2025-07-09 17:04:00 +05:30
parent 5f99819a67
commit 3452e721fa
4 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,6 @@ import {
HoppRESTRequest,
Environment,
HoppRESTHeader,
HoppRESTParam,
} from "@hoppscotch/data"
export async function generateBasicAuthHeaders(

View file

@ -4,7 +4,6 @@ import {
HoppRESTRequest,
Environment,
HoppRESTHeader,
HoppRESTParam,
} from "@hoppscotch/data"
export async function generateBearerAuthHeaders(

View file

@ -4,7 +4,6 @@ import {
HoppRESTRequest,
Environment,
HoppRESTHeader,
HoppRESTParam,
} from "@hoppscotch/data"
import {
DigestAuthParams,

View file

@ -5,7 +5,6 @@ import {
HoppRESTRequest,
Environment,
HoppRESTHeader,
HoppRESTParam,
} from "@hoppscotch/data"
import { getFinalBodyFromRequest } from "~/helpers/utils/EffectiveURL"