prepare for sharing functionality
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -15,6 +15,7 @@ import user from "./modules/user"
|
||||
import videos from "./modules/videos"
|
||||
import system from "./modules/system"
|
||||
import search from "./modules/search"
|
||||
import share from "./modules/share"
|
||||
|
||||
export default createStore({
|
||||
state,
|
||||
@@ -31,6 +32,7 @@ export default createStore({
|
||||
user,
|
||||
videos,
|
||||
system,
|
||||
search
|
||||
search,
|
||||
share
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user