refactor: moved client to lib/client
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { useEffect, useState } from "react";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import { DealSchema } from "@/client";
|
||||
import { getDealsOptions } from "@/client/@tanstack/react-query.gen";
|
||||
import { DealSchema } from "@/lib/client";
|
||||
import { getDealsOptions } from "@/lib/client/@tanstack/react-query.gen";
|
||||
|
||||
type Props = {
|
||||
boardId?: number;
|
||||
|
||||
Reference in New Issue
Block a user