style(lint): fix lint errors

This commit is contained in:
Brandy Carney
2017-05-23 12:50:07 -04:00
parent 48bbaf67d7
commit fe37cf653d

View File

@ -12,6 +12,7 @@ import { PageTwo } from './page-two';
],
entryComponents: [
PageTwo,
]
],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
export class PageTwoModule {}