renamed item module

This commit is contained in:
Daniel Herrero 2017-12-19 11:25:45 +01:00
parent 37bdd9d2b6
commit 2c03dcf139
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import {ng} from 'vendor';
import 'core';
const ngModule = ng.module('articles', ['vnCore']);
const ngModule = ng.module('item', ['vnCore']);
export default ngModule;