From 9d9b309eb9dfc440f31c4e7898051871bf27c878 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Tue, 22 Sep 2020 08:31:50 +0200 Subject: [PATCH] Minor API change --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 38abb4f..97166d2 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ export { default as Editor } from './editor/Editor'; -export { default as Environment } from './Environment'; +export { default as createEnvironment } from './Environment'; export { default as I18n } from './i18n'; export { default as TextAnnotator } from './TextAnnotator'; export { default as WebAnnotation } from './WebAnnotation';