Skip to content

Commit f42e0f3

Browse files
committed
Use type-only imports in PowerSync docs
1 parent c8d3ddc commit f42e0f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/collections/powersync-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const db = new PowerSyncDatabase({
5555
### 3. (optional) Configure Sync with a Backend
5656

5757
```ts
58-
import {
58+
import type {
5959
CommonPowerSyncDatabase,
6060
PowerSyncBackendConnector,
6161
PowerSyncCredentials,

0 commit comments

Comments
 (0)