Skip to content

Commit 543308e

Browse files
committed
refactor: use import type
1 parent 764ac83 commit 543308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@livestore/common/src/sync/ClientSessionSyncProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { LS_DEV, shouldNeverHappen, TRACE_VERBOSE } from '@livestore/utils'
33
import { Option, type Runtime, type Scope } from '@livestore/utils/effect'
44
import { BucketQueue, Effect, FiberHandle, Queue, Schema, Stream, Subscribable } from '@livestore/utils/effect'
5-
import * as otel from '@opentelemetry/api'
5+
import type * as otel from '@opentelemetry/api'
66

77
import type { ClientSession, UnexpectedError } from '../adapter-types.js'
88
import * as EventSequenceNumber from '../schema/EventSequenceNumber.js'

0 commit comments

Comments
 (0)