Fixed import.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user