fix(imports): fix imports to not include .ts extension. (#201)

This commit is contained in:
Matthijs ter Woord 2016-09-01 18:50:04 +02:00 committed by Dmitry Nehaychik
parent c29547396d
commit 348f67423b
17 changed files with 17 additions and 17 deletions

View file

@ -1 +1 @@
export * from './baMenu.component.ts';
export * from './baMenu.component';