Change environment import to non-variable

merge-requests/1/head
Florian Hartwich 2017-03-22 07:19:38 +01:00
parent cf971413b3
commit 9f53a1d2c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export * from './environment';
export * from '../environments/environment';
export * from './app.component';
export * from './app.routing'