mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
Import Point and Range from text-buffer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @babel */
|
||||
|
||||
import {Emitter, Disposable, CompositeDisposable} from 'event-kit'
|
||||
import {Point, Range} from 'atom'
|
||||
import {Point, Range} from 'text-buffer'
|
||||
import TextEditor from './text-editor'
|
||||
import ScopeDescriptor from './scope-descriptor'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user