Skip to content

Commit

Permalink
🐛 fix circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonaOna committed Sep 20, 2024
1 parent eb7206c commit 6f3d6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/contacts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { z } from 'zod';
import { IntegrationEntityType } from '../models';
import { IntegrationEntityType } from '../models/integration-entity.model';

// export const contactsSchema: ValidationSchema = {
// title: 'Contacts',
Expand Down

0 comments on commit 6f3d6d2

Please sign in to comment.