export material only from the core (#2885)

This commit is contained in:
Eugenio Romano
2018-01-26 11:21:10 +00:00
committed by GitHub
parent 613b30bdb8
commit ad02ec1fbd
3 changed files with 2 additions and 5 deletions

View File

@@ -65,8 +65,7 @@ import { PeopleModule } from './people/people.module';
TaskListModule,
AppsListModule,
AttachmentModule,
PeopleModule,
MaterialModule
PeopleModule
]
})
export class ProcessModule {