Fixed components build.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { RealtimeData } from 'lib/types';
|
||||
import { useApi } from './useApi';
|
||||
import { REALTIME_INTERVAL } from 'lib/constants';
|
||||
import { useTimezone } from 'components/hooks';
|
||||
import { useTimezone } from '../useTimezone';
|
||||
|
||||
export function useRealtime(websiteId: string) {
|
||||
const { get, useQuery } = useApi();
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import useApi from './useApi';
|
||||
import { UseQueryOptions } from '@tanstack/react-query';
|
||||
import { useFilterParams } from '../useFilterParams';
|
||||
import { usePagedQuery } from 'components/hooks';
|
||||
import { usePagedQuery } from './usePagedQuery';
|
||||
|
||||
export function useWebsiteEvents(
|
||||
websiteId: string,
|
||||
|
||||
Reference in New Issue
Block a user