mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Fixed components build.
This commit is contained in:
parent
4703ba61ad
commit
10c438d1de
3 changed files with 14 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue