mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Fix another missed moduleInterop
This commit is contained in:
parent
3c35f54c5e
commit
f6e52656e3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ import * as TTS from "@src/lib/text_to_speech"
|
||||||
import * as excmd_parser from "@src/parsers/exmode"
|
import * as excmd_parser from "@src/parsers/exmode"
|
||||||
import * as escape from "@src/lib/escape"
|
import * as escape from "@src/lib/escape"
|
||||||
import * as R from "ramda"
|
import * as R from "ramda"
|
||||||
import * as semverCompare from "semver-compare"
|
import semverCompare from "semver-compare"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is used to drive some excmd handling in `composite`.
|
* This is used to drive some excmd handling in `composite`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue