forked from DebaucheryLibrarian/traxxx
Refactored various modules for entities. Updated and refactored Kink scraper.
This commit is contained in:
13
assets/js/entities/entities.js
Normal file
13
assets/js/entities/entities.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import state from './state';
|
||||
import mutations from './mutations';
|
||||
import actions from './actions';
|
||||
|
||||
function initEntitiesStore(store, router) {
|
||||
return {
|
||||
state,
|
||||
mutations,
|
||||
actions: actions(store, router),
|
||||
};
|
||||
}
|
||||
|
||||
export default initEntitiesStore;
|
||||
Reference in New Issue
Block a user