mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: init web project
This commit is contained in:
6
web/src/services/index.ts
Normal file
6
web/src/services/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import globalService from "./globalService";
|
||||
import shortcutService from "./shortcutService";
|
||||
import userService from "./userService";
|
||||
import workspaceService from "./workspaceService";
|
||||
|
||||
export { globalService, shortcutService, userService, workspaceService };
|
Reference in New Issue
Block a user