diff --git a/src/app/heroes/heroes.component.ts b/src/app/heroes/heroes.component.ts index bafe047..fe78a51 100644 --- a/src/app/heroes/heroes.component.ts +++ b/src/app/heroes/heroes.component.ts @@ -1,6 +1,6 @@ import { Component, OnInit } from '@angular/core'; import {Hero} from "../Hero"; -import { HeroService } from "../hero.service"; +import { HeroService } from "./hero.service"; @Component({ selector: 'app-heroes',