Payment setting frontend part 1

This commit is contained in:
Čarodej
2022-01-07 09:53:59 +01:00
parent 86dac75071
commit 8b7a80e10d
48 changed files with 1470 additions and 1234 deletions
+2
View File
@@ -6,6 +6,7 @@ import fileBrowser from './modules/fileBrowser'
import payments from './modules/payments'
import userAuth from './modules/userAuth'
import sharing from './modules/sharing'
import lists from './modules/lists'
import teams from './modules/teams'
import app from './modules/app'
@@ -18,6 +19,7 @@ export default new Vuex.Store({
payments,
userAuth,
sharing,
lists,
teams,
app,
}