Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
big-camel committed Jan 16, 2022
1 parent 64fd5b4 commit 4355b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/change/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Selection from '../selection';
import { $ } from '../node';
import NativeEvent from './native-event';
import ChangeRange from './range';
import { Range } from 'src';
import Range from '../range';

class ChangeModel implements ChangeInterface {
private engine: EngineInterface;
Expand Down

0 comments on commit 4355b44

Please sign in to comment.