Skip to content

Commit

Permalink
use lodash default import
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Mar 30, 2023
1 parent 9ea0708 commit 88539f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/matrix-crdt/src/writer/ThrottledMatrixWriter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as _ from "lodash";
import _ from "lodash";
import { MatrixClient } from "matrix-js-sdk";
import { event, lifecycle } from "vscode-lib";
import * as Y from "yjs";
Expand Down

0 comments on commit 88539f0

Please sign in to comment.