You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web/src/services/index.ts

10 lines
453 B
TypeScript

import globalService from "./globalService";
import editorStateService from "./editorStateService";
import locationService from "./locationService";
import memoService from "./memoService";
import shortcutService from "./shortcutService";
import userService from "./userService";
import resourceService from "./resourceService";
export { globalService, editorStateService, locationService, memoService, shortcutService, userService, resourceService };