Skip to content

Commit

Permalink
Step 23.4: Updated the template import
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 907fc52 commit e649b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/app/app.component.web.ts
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';

import template from './app.component.html';
import style from './app.component.scss';
import template from './app.component.web.html';
import {InjectUser} from "angular2-meteor-accounts-ui";

@Component({
Expand Down

0 comments on commit e649b6c

Please sign in to comment.