Move vector-only components to src/components.

This commit is contained in:
Kegan Dougal 2015-12-01 15:45:38 +00:00
parent e07c03a7bb
commit 8083e7f118
9 changed files with 9 additions and 13 deletions

View file

@ -33,7 +33,7 @@ module.exports = React.createClass({
},
onViewSourceClick: function() {
var ViewSource = sdk.getComponent('organisms.ViewSource');
var ViewSource = sdk.getComponent('structures.ViewSource');
Modal.createDialog(ViewSource, {
mxEvent: this.props.mxEvent
});