fix: don't use hash import

This commit is contained in:
Derrick Hammer 2024-03-21 12:19:43 -04:00
parent 5bee4f9e8c
commit f31b343aa0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import Axios, {AxiosError, AxiosRequestConfig} from "axios"; import Axios, {AxiosError, AxiosRequestConfig} from "axios";
import {S5Error} from "#client.js"; import {S5Error} from "./client.js";
export interface CancelablePromise<T> extends Promise<T> { export interface CancelablePromise<T> extends Promise<T> {
cancel: () => void; cancel: () => void;