Moved files around.

This commit is contained in:
Mike Cao 2024-09-26 16:47:51 -07:00
parent 60cd869407
commit 2cd38f1306
35 changed files with 45 additions and 45 deletions

View file

@ -1,4 +1,4 @@
import useApi from './useApi';
import { useApi } from '../useApi';
export function useUser(userId: string, options?: { [key: string]: any }) {
const { get, useQuery } = useApi();