Fix build after merge

This commit is contained in:
Daniel Imms
2018-06-29 11:17:45 -07:00
parent 169cbb3fca
commit 835d5a16ea
+1 -1
View File
@@ -4,7 +4,7 @@
*/
import { assert } from 'chai';
import { CharMeasure } from './utils/CharMeasure';
import { CharMeasure } from './ui/CharMeasure';
import { SelectionManager, SelectionMode } from './SelectionManager';
import { SelectionModel } from './SelectionModel';
import { BufferSet } from './BufferSet';