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,7 +1,7 @@
import { useTimezone } from 'components/hooks';
import { REALTIME_INTERVAL } from 'lib/constants';
import { RealtimeData } from 'lib/types';
import { useApi } from './useApi';
import { useApi } from '../useApi';
export function useRealtime(websiteId: string) {
const { get, useQuery } = useApi();