Skip to content

Commit 5f75975

Browse files
committed
Fix import
1 parent 86aa69f commit 5f75975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/notebook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { lt } from "lodash";
1+
import { lt } from "semver";
22
import {
33
NotebookCell,
44
NotebookDocument,

0 commit comments

Comments
 (0)