chore: rename folders

This commit is contained in:
Steven
2023-06-23 11:57:15 +08:00
parent 591edfc62d
commit 4d0bdc9b97
15 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
import * as api from "../helpers/api";
import store from "../store/";
import { createShortcut, deleteShortcut, patchShortcut, setShortcuts } from "../store/modules/shortcut";
import store from "../stores";
import { createShortcut, deleteShortcut, patchShortcut, setShortcuts } from "../stores/modules/shortcut";
const convertResponseModelShortcut = (shortcut: Shortcut): Shortcut => {
return {