Skip to content

Commit

Permalink
Update src/types/value/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-mp authored Nov 27, 2024
1 parent 3769f2b commit 026e094
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 @@ -11,7 +11,7 @@ import type { KeyTextField } from "./keyText"
import type { LinkField } from "./link"
import type { LinkToMediaField } from "./linkToMedia"
import type { NumberField } from "./number"
import { Repeatable } from "./repeatable"
import type { Repeatable } from "./repeatable"
import type { RichTextField } from "./richText"
import type { SelectField } from "./select"
import type { TimestampField } from "./timestamp"
Expand Down

0 comments on commit 026e094

Please sign in to comment.