chore: fix linter

This commit is contained in:
Steven
2024-05-20 20:40:11 +08:00
parent 0fc3497a5b
commit f98a61ba94
7 changed files with 5312 additions and 4292 deletions

View File

@@ -49,7 +49,7 @@ const useShortcutStore = create(
set({ shortcutMapById: shortcutMap });
return shortcut;
},
}))
})),
);
export default useShortcutStore;