Skip to content

Commit eca969a

Browse files
authored
Import timestamp and duration by file, not from root (#139)
this fixes a circular import or circular definition problem that we don't fully understand.
1 parent e03bbdd commit eca969a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sdk/src/algebraic_type.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { TimeDuration, Timestamp } from '.';
1+
import { TimeDuration } from './time_duration';
2+
import { Timestamp } from './timestamp';
23
import { ConnectionId } from './connection_id';
34
import type BinaryReader from './binary_reader';
45
import type BinaryWriter from './binary_writer';

0 commit comments

Comments
 (0)