Skip to content

Commit

Permalink
issue/2799 Removed redundant behaviour (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Apr 28, 2022
1 parent 68b9375 commit c9886e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/adapt-contrib-graphic.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Adapt from 'core/js/adapt';
import components from 'core/js/components';
import GraphicView from './GraphicView';
import GraphicModel from './GraphicModel';

export default Adapt.register('graphic', {
export default components.register('graphic', {
model: GraphicModel,
view: GraphicView
});

0 comments on commit c9886e5

Please sign in to comment.