diff options
Diffstat (limited to 'src/utils/hooks/use-github-api.tsx')
| -rw-r--r-- | src/utils/hooks/use-github-api.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/hooks/use-github-api.tsx b/src/utils/hooks/use-github-api.tsx index edff974..56df01f 100644 --- a/src/utils/hooks/use-github-api.tsx +++ b/src/utils/hooks/use-github-api.tsx @@ -1,5 +1,5 @@ -import { SWRResult } from '@ts/types/swr'; import useSWR, { Fetcher } from 'swr'; +import { SWRResult } from '../../types/swr'; export type RepoData = { created_at: string; |
