refactor: moved client to lib/client
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Card } from "@mantine/core";
|
||||
import { DealSchema } from "@/client";
|
||||
import { DealSchema } from "@/lib/client";
|
||||
|
||||
type Props = {
|
||||
deal: DealSchema;
|
||||
|
||||
Reference in New Issue
Block a user