Fixed import.

This commit is contained in:
Mike Cao 2024-10-04 19:23:07 -07:00
parent 430880c8c3
commit 20b64100a6

View File

@ -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();