jderobot-ide-interface 0.2.32 → 0.2.34
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.
|
@@ -5,3 +5,4 @@ export { default as NewFolderModal } from "./NewFolderModal";
|
|
|
5
5
|
export { default as RenameModal } from "./RenameModal";
|
|
6
6
|
export { default as UploadModal } from "./UploadModal";
|
|
7
7
|
export { default as ErrorModal } from "./ErrorModal";
|
|
8
|
+
export { default as EditorKeybindModal } from "./EditorKeybindModal";
|