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 committed Nov 27, 2016
1 parent cfdef5d commit 0f0ed4d
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 0f0ed4d

Please sign in to comment.