refactor: moved client to lib/client
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
import React, { createContext, FC, useContext, useEffect } from "react";
|
||||
import { useBoardsContext } from "@/app/deals/contexts/BoardsContext";
|
||||
import { DealSchema, StatusSchema } from "@/client";
|
||||
import { DealSchema, StatusSchema } from "@/lib/client";
|
||||
import useDealsList from "@/hooks/useDealsList";
|
||||
import useStatusesList from "@/hooks/useStatusesList";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user