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 useApi from './useApi';
import { useApi } from '../useApi';
import { UseQueryOptions } from '@tanstack/react-query';
import { useFilterParams } from '../useFilterParams';
import { usePagedQuery } from './usePagedQuery';
import { usePagedQuery } from '../usePagedQuery';
export function useWebsiteEvents(
websiteId: string,