This commit is contained in:
Pranav
2024-02-13 17:32:31 -08:00
parent db30a05b19
commit 2a34ceb66b
6 changed files with 180 additions and 95 deletions
+2
View File
@@ -41,6 +41,7 @@ import reports from './modules/reports';
import teamMembers from './modules/teamMembers';
import teams from './modules/teams';
import userNotificationSettings from './modules/userNotificationSettings';
import summaryReports from './modules/summaryReports';
import webhooks from './modules/webhooks';
import draftMessages from './modules/draftMessages';
@@ -106,6 +107,7 @@ export default new Vuex.Store({
reports,
teamMembers,
teams,
summaryReports,
userNotificationSettings,
webhooks,
draftMessages,