Skip to content

Commit

Permalink
change back to new export
Browse files Browse the repository at this point in the history
  • Loading branch information
luisthieme committed Aug 19, 2024
1 parent fae668e commit a80d27c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ui/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
/* Exports of all of the components in this node */
// NEW
// export { default as UIDynamicForm } from './components/UIDynamicForm.vue'

// OLD
import UIDynamicForm from './components/UIDynamicForm.vue';

export { UIDynamicForm };

export default {
'ui-dynamic-form': UIDynamicForm,
};
export { default as UIDynamicForm } from './components/UIDynamicForm.vue';

0 comments on commit a80d27c

Please sign in to comment.