Instead of `export const something = angular.module(...` it should be `export const somethingModule = angular.module(...`
Instead of
export const something = angular.module(...it should beexport const somethingModule = angular.module(...