Refactoring
This commit is contained in:
parent
40d49a44ab
commit
c29fc007db
|
@ -1,4 +1,4 @@
|
|||
import WebAnnotation from '../WebAnnotation';
|
||||
import WebAnnotation from './WebAnnotation';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import * as equals from 'fast-deep-equal';
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
export { default as Editor } from './editor/Editor';
|
||||
export { default as Autocomplete } from './editor/widgets/Autocomplete';
|
||||
export { default as createEnvironment } from './Environment';
|
||||
export { default as I18n } from './i18n';
|
||||
export { default as WebAnnotation } from './WebAnnotation';
|
||||
export { default as Selection } from './Selection';
|
||||
export { default as createEnvironment } from './Environment';
|
||||
|
||||
export * from './Icons';
|
||||
export * from './selection';
|
||||
export * from './utils';
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
export { default as Selection } from './Selection';
|
||||
|
Loading…
Reference in New Issue