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

9 lines
384 B
TypeScript

import globalStateService from "./globalStateService";
import locationService from "./locationService";
import memoService from "./memoService";
import queryService from "./queryService";
import userService from "./userService";
import resourceService from "./resourceService";
export { globalStateService, locationService, memoService, queryService, userService, resourceService };