第一次提交
This commit is contained in:
6
store/modules/index.js
Executable file
6
store/modules/index.js
Executable file
@@ -0,0 +1,6 @@
|
||||
import app from './app'
|
||||
import user from './user'
|
||||
import theme from './theme'
|
||||
import chat from './chat'
|
||||
|
||||
export { app, user, theme, chat }
|
||||
Reference in New Issue
Block a user