Skip to content

Commit aa42f0c

Browse files
Integralobuchtala
authored andcommitted
Move KeywordInput to article shared components folder.
1 parent 2207670 commit aa42f0c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/article/shared/CustomMetadataFieldComponent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { createValueModel, KeywordInput, NodeComponent } from '../../kit'
1+
import { createValueModel, NodeComponent } from '../../kit'
2+
import KeywordInput from './KeywordInput'
23

34
export default class CustomMetadataFieldComponent extends NodeComponent {
45
getActionHandlers () {

src/kit/ui/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export { default as getComponentForModel } from './getComponentForModel'
1515
export { default as InputWithButton } from './InputWithButton'
1616
export { default as IsolatedInlineNodeComponent } from './_IsolatedInlineNodeComponent'
1717
export { default as IsolatedNodeComponent } from './_IsolatedNodeComponent'
18-
export { default as KeywordInput } from './KeywordInput'
1918
export { default as Managed } from './Managed'
2019
export { default as ManyRelationshipComponent } from './ManyRelationshipComponent'
2120
export { default as ModalDialog } from './ModalDialog'

0 commit comments

Comments
 (0)