Skip to content

Commit

Permalink
Merge branch 'feat/favorites-add-draggable' into gitmotion/main
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmotion committed Oct 24, 2024
2 parents 455f838 + c47b67a commit aa2deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.page.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Heart } from '@vicons/tabler';
import { DragDrop, Heart } from '@vicons/tabler';

Check warning on line 2 in src/pages/Home.page.vue

View workflow job for this annotation

GitHub Actions / ci

'/home/runner/work/it-tools/it-tools/node_modules/@vicons/tabler/es/index.js' imported multiple times
import { useHead } from '@vueuse/head';
import { computed } from 'vue';
import Draggable from 'vuedraggable';
Expand Down

0 comments on commit aa2deae

Please sign in to comment.