Skip to content

Commit 1fc3bac

Browse files
committed
Fix incorrect case in import statement
1 parent c6e82b1 commit 1fc3bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<script setup>
2020
import Mousetrap from "mousetrap";
21-
import "Mousetrap/plugins/global-bind/mousetrap-global-bind";
21+
import "mousetrap/plugins/global-bind/mousetrap-global-bind";
2222
import { useToast } from "primevue/usetoast";
2323
import { computed, ref } from "vue";
2424
import { RouterView, useRoute } from "vue-router";

0 commit comments

Comments
 (0)