Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « members « modules « vuex_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec6a94178f3d0207ec96238811b3e64a2d4cb358 (plain)
1
2
3
4
5
6
import createState from './state';

export default initialState => ({
  namespaced: true,
  state: createState(initialState),
});