mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
debug: import state properly
This commit is contained in:
parent
eb59fd3bf5
commit
a4e88f6341
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import * as gobble_mode from './parsers/gobblemode'
|
|||
import * as itertools from './itertools'
|
||||
import * as keyseq from './keyseq'
|
||||
import * as msgsafe from './msgsafe'
|
||||
import * as state from './state'
|
||||
import state from './state'
|
||||
import * as webext from './lib/webext'
|
||||
|
||||
(window as any).tri = Object.assign(Object.create(null), {
|
||||
|
|
Loading…
Add table
Reference in a new issue