Skip to content

Commit

Permalink
fix: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Jan 24, 2023
1 parent f9cd8a5 commit d4f432d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode
node_modules
dist
dist
vitepress-test
vuepress-test
1 change: 0 additions & 1 deletion light/src/components/CustomSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</template>

<script>
import multiple from '@vue-js-cron/core/src/fields/multiple'
export default {
inheritAttrs: false,
Expand Down

0 comments on commit d4f432d

Please sign in to comment.