Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CarliPinell committed Oct 23, 2024
1 parent b43857d commit 995aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/renderer/form-collection-record-control.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script>
import VueFormRenderer from "../vue-form-renderer.vue";
import CollectionRecordsList from "../inspector/collection-records-list.vue";
import _ from 'lodash';
const globalObject = typeof window === "undefined" ? global : window;
const defaultConfig = [
Expand Down

0 comments on commit 995aa91

Please sign in to comment.