|
@@ -1,6 +1,6 @@
|
|
|
import { Entity, PrimaryGeneratedColumn, Column, OneToMany } from 'typeorm';
|
|
import { Entity, PrimaryGeneratedColumn, Column, OneToMany } from 'typeorm';
|
|
|
import { z } from '@hono/zod-openapi';
|
|
import { z } from '@hono/zod-openapi';
|
|
|
-import { Contact } from '@/server/modules/contacts/contact.entity';
|
|
|
|
|
|
|
+import { Contact } from '../contacts/contact.entity';
|
|
|
import { Opportunity } from '@/server/modules/opportunities/opportunity.entity';
|
|
import { Opportunity } from '@/server/modules/opportunities/opportunity.entity';
|
|
|
import { Contract } from '@/server/modules/contracts/contract.entity';
|
|
import { Contract } from '@/server/modules/contracts/contract.entity';
|
|
|
import { Ticket } from '@/server/modules/tickets/ticket.entity';
|
|
import { Ticket } from '@/server/modules/tickets/ticket.entity';
|