Skip to content

Commit

Permalink
docs: fix import on SyncManager reference
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Dec 16, 2024
1 parent 36aa5e3 commit bc738c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/sync/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ head:
- name: keywords
content: SyncManager, SignalDB, data synchronization, local storage, remote source, JavaScript, error handling, debouncing, collection management, sync process, reactivity adapter
---
# SyncManager `default`
# SyncManager

```ts
import SyncManager from '@signaldb/sync'
import { SyncManager } from '@signaldb/sync'

const syncManager = new SyncManager({
pull: async () => {
Expand Down

0 comments on commit bc738c7

Please sign in to comment.