Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed Feb 15, 2025
1 parent d54bb0a commit c3d09fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/xforms-engine/src/lib/codecs/getSharedValueCodec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import {
type DecimalInputValue,
type DecimalRuntimeValue,
} from './DecimalValueCodec.ts';
import { type GeopointInputValue, type GeopointRuntimeValue, GeopointValueCodec } from './GeopointValueCodec.ts';
import {
type GeopointInputValue,
type GeopointRuntimeValue,
GeopointValueCodec,
} from './GeopointValueCodec.ts';
import { IntValueCodec, type IntInputValue, type IntRuntimeValue } from './IntValueCodec.ts';
import { StringValueCodec } from './StringValueCodec.ts';
import type { ValueCodec } from './ValueCodec.ts';
Expand Down

0 comments on commit c3d09fc

Please sign in to comment.