Skip to content

Commit 6f3d6d2

Browse files
committed
🐛 fix circular dependency
1 parent eb7206c commit 6f3d6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/contacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { z } from 'zod';
2-
import { IntegrationEntityType } from '../models';
2+
import { IntegrationEntityType } from '../models/integration-entity.model';
33

44
// export const contactsSchema: ValidationSchema = {
55
// title: 'Contacts',

0 commit comments

Comments
 (0)