Commit 8479f6e2 authored by liuzheng712's avatar liuzheng712

fix: forgot the User

parent 1e2468d6
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
* @author liuzheng <liuzheng712@gmail.com> * @author liuzheng <liuzheng712@gmail.com>
*/ */
import {Component, OnInit} from '@angular/core'; import {Component, OnInit} from '@angular/core';
import {AppService, User} from '../app.service'; import {AppService} from '../app.service';
import {User} from '../globals';
@Component({ @Component({
selector: 'app-index-page', selector: 'app-index-page',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment