diff options
| author | 2022-02-12 15:42:41 +0100 | |
|---|---|---|
| committer | 2022-02-12 15:42:41 +0100 | |
| commit | de35f4506ab9847baa28a95566cb90e77dccb19f (patch) | |
| tree | b656c9e233da6679dfd2f24110388e1c4860affe /src/hooks | |
| parent | d483a24804ba609fcfd67027c3d1a66e4173be5e (diff) | |
| download | client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.gz client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.bz2 client-de35f4506ab9847baa28a95566cb90e77dccb19f.zip | |
Fixed all importsv1.3.2
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 = |
