Skip to content

Commit af6d026

Browse files
fix
1 parent 9d81743 commit af6d026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lib-engine/src/customCommandGrammar/parseCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ActionDescriptor, ScopeType } from "@cursorless/lib-common";
22
import type { Parser } from "nearley";
3-
import * as nearley from "nearley";
3+
import nearley from "nearley";
44
import type { WithPlaceholders } from "./WithPlaceholders";
55
import grammar from "./generated/grammar";
66

0 commit comments

Comments
 (0)