renamed item module
This commit is contained in:
parent
37bdd9d2b6
commit
2c03dcf139
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue