Skip to content

Commit

Permalink
Fix DragGhost imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 29, 2024
1 parent 6feb718 commit d734e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/DragGhost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { library } from "@fortawesome/fontawesome-svg-core";
import { faPaperPlane } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
import { storeToRefs } from "pinia";
import { useEventStore } from "stores/eventStore";
import { computed } from "vue";
import { useEventStore } from "@/stores/eventStore";
Expand Down

0 comments on commit d734e85

Please sign in to comment.