This commit is contained in:
crusader 2018-03-06 15:04:54 +09:00
parent 0cdb6547fb
commit 7e1c1699e5
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/take';
import 'rxjs/add/operator/map';
import * as AuthStore from '../store/auth';
import * as AuthStore from 'packages/member/store/auth';
@Injectable()
export class AuthGuard implements CanActivate, CanActivateChild {