Update index.ts

This commit is contained in:
yanmao 2022-01-16 16:11:17 +08:00
parent 64fd5b4c22
commit 4355b44d51
1 changed files with 1 additions and 1 deletions

View File

@ -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;