refactor: moved client to lib/client
This commit is contained in:
@ -7,7 +7,7 @@ import React, {
|
||||
useEffect,
|
||||
useState,
|
||||
} from "react";
|
||||
import { ProjectSchema } from "@/client";
|
||||
import { ProjectSchema } from "@/lib/client";
|
||||
import useProjectsList from "@/hooks/useProjectsList";
|
||||
|
||||
type ProjectsContextState = {
|
||||
|
||||
Reference in New Issue
Block a user