mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Fixed import.
This commit is contained in:
parent
430880c8c3
commit
20b64100a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { useApi } from './useApi';
|
import { useApi } from '../useApi';
|
||||||
|
|
||||||
export function useRevenueValues(websiteId: string, startDate: Date, endDate: Date) {
|
export function useRevenueValues(websiteId: string, startDate: Date, endDate: Date) {
|
||||||
const { get, useQuery } = useApi();
|
const { get, useQuery } = useApi();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue