File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { createRace } from 'thingies/es2020 /createRace' ;
2- import { FanOutUnsubscribe } from 'thingies/es2020 /fanout' ;
1+ import { createRace } from 'thingies/lib /createRace' ;
2+ import { FanOutUnsubscribe } from 'thingies/lib /fanout' ;
33import { InsValOp , Patch } from 'json-joy/lib/json-crdt-patch' ;
44import { ValNode } from 'json-joy/lib/json-crdt/nodes' ;
55import { toSchema } from 'json-joy/lib/json-crdt/schema/toSchema' ;
66import { Log } from 'json-joy/lib/json-crdt/log/Log' ;
77import { RedoItem , UndoItem , UndoRedoStack } from './UndoRedoStack' ;
8- import type { LocalHistory } from './types' ;
8+ import type { LocalHistory } from './local/ types' ;
99
1010class Undo implements UndoItem {
1111 constructor ( public readonly undo : ( ) => Redo ) { }
You can’t perform that action at this time.
0 commit comments