Skip to content

Commit

Permalink
refactor: use type import
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Apr 11, 2024
1 parent df8f63d commit 46c4343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/value/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { ContentRelationshipField } from "./contentRelationship";
import type { DateField } from "./date";
import type { EmbedField } from "./embed";
import type { GeoPointField } from "./geoPoint";
import { GroupField } from "./group";
import type { GroupField } from "./group";
import type { ImageField } from "./image";
import type { IntegrationField } from "./integration";
import type { KeyTextField } from "./keyText";
Expand Down

0 comments on commit 46c4343

Please sign in to comment.