iconograph-ui 1.3.6 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -17,6 +17,7 @@ import NavBar from "./lib/navigation/NavBar.svelte";
|
|
|
17
17
|
import SelectUserInput from "./lib/user/SelectUserInput.svelte";
|
|
18
18
|
import Modal from "./lib/layout/Modal.svelte"
|
|
19
19
|
import FlexForm from "./lib/form/FlexForm.svelte";
|
|
20
|
+
import Editor from "./lib/inputs/Editor.svelte";
|
|
20
21
|
import SegmentedSwitchInput from "./lib/form/SegmentedSwitchInput.svelte"
|
|
21
22
|
|
|
22
23
|
export {
|
|
@@ -39,5 +40,6 @@ export {
|
|
|
39
40
|
NavBar,
|
|
40
41
|
SelectUserInput,
|
|
41
42
|
Modal,
|
|
43
|
+
Editor,
|
|
42
44
|
addNotification,
|
|
43
45
|
};
|