Skip to content

Commit 84a4e22

Browse files
rename stores function use<Name>Store
1 parent 54ea703 commit 84a4e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stores/feedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { v4 as uuidv4 } from "uuid"
22

3-
export const use_feedback_store = defineStore("feedback", {
3+
export const useFeedbackStore = defineStore("feedback", {
44
state: () => ({
55
feedbacks: [],
66
server_error: false,

0 commit comments

Comments
 (0)