Skip to content

Commit

Permalink
Removed unwanted aliasing in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jan 8, 2018
1 parent ee2a351 commit a06a76c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import { TranslateService } from '@ngx-translate/core';
import { filter } from 'rxjs/operators';

<% if (props.auth) { -%>
import { AuthenticationService } from '@app/core';
<% } else { -%>
import { I18nService } from '@app/core';
import { AuthenticationService } from '../authentication/authentication.service';
<% } -%>
import { I18nService } from '../i18n.service';

@Component({
selector: 'app-shell',
Expand Down

0 comments on commit a06a76c

Please sign in to comment.