diff options
Diffstat (limited to 'src/hooks')
| -rw-r--r-- | src/hooks/useRequests.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/useRequests.tsx b/src/hooks/useRequests.tsx index 526e0a6..feba4fa 100644 --- a/src/hooks/useRequests.tsx +++ b/src/hooks/useRequests.tsx | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | import { useCallback, useEffect, useMemo, useState } from "react"; | 1 | import { useCallback, useEffect, useMemo, useState } from "react"; |
| 2 | import { getHost } from "../utils"; | 2 | import { getHost } from "~/utils"; |
| 3 | 3 | ||
| 4 | export type Headers = [string, string][]; | 4 | export type Headers = [string, string][]; |
| 5 | export type Method = | 5 | export type Method = |
