Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Mar 25, 2024
1 parent c010221 commit 251d686
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import {
onSnapshot,
} from "mobx-keystone"
import * as Y from "yjs"
import {
getOrCreateYjsCollectionAtom,
getYjsCollectionAtom,
} from "../utils/getOrCreateYjsCollectionAtom"
import { getYjsCollectionAtom } from "../utils/getOrCreateYjsCollectionAtom"
import { applyMobxKeystonePatchToYjsObject } from "./applyMobxKeystonePatchToYjsObject"
import { convertYjsDataToJson } from "./convertYjsDataToJson"
import { convertYjsEventToPatches } from "./convertYjsEventToPatches"
Expand Down

0 comments on commit 251d686

Please sign in to comment.