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 useWebsiteSession(websiteId: string, sessionId: string) {
const { get, useQuery } = useApi();