Skip to content

Commit f19222d

Browse files
committed
Update useLanyard.ts
1 parent e879c72 commit f19222d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composables/useLanyard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ref } from "vue";
1+
import { ref, watch } from "vue";
22
import { useLanyardStore } from "~/store/LanyardStore";
33

44
export const useLanyard = () => {

0 commit comments

Comments
 (0)