Skip to content

Commit

Permalink
Fixes missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cperryk committed Mar 29, 2018
1 parent ff35b00 commit 8028596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drawers/invisible-components.vue
Expand Up @@ -5,7 +5,7 @@
<script>
import _ from 'lodash';
import { find } from '@nymag/dom';
import { getComponentName, refProp, refAttr } from '../utils/references';
import { getComponentName, refProp, refAttr, removeProp } from '../utils/references';
import label from '../utils/label';
import filterableList from '../utils/filterable-list.vue';
Expand Down

0 comments on commit 8028596

Please sign in to comment.