express functionality of component by name

This commit is contained in:
Florian Scholdei
2019-06-20 13:40:12 +02:00
parent d0f8e7019c
commit 6046e20908
8 changed files with 27 additions and 46 deletions

View File

@@ -8,7 +8,6 @@ export { default as EditButton } from "./EditButton.js";
export { default as SubmitButton } from "./SubmitButton.js";
export { default as DownloadButton } from "./DownloadButton.js";
export { default as ButtonGroup } from "./ButtonGroup.js";
export { default as ButtonGrouped } from "./ButtonGrouped.js";
export {
default as RemoveEntryOfTableButton
} from "./RemoveEntryOfTableButton.js";