refactor: moved client to lib/client
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { FC } from "react";
|
||||
import { ProjectSchema } from "@/client";
|
||||
import { ProjectSchema } from "@/lib/client";
|
||||
import ObjectSelect, {
|
||||
ObjectSelectProps,
|
||||
} from "@/components/selects/ObjectSelect/ObjectSelect";
|
||||
|
||||
Reference in New Issue
Block a user