summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/cook-page/step-card/step-card.component.ts
blob: 6d490b77ff388afa090dc0553490f46f7b3f0503 (plain)
1
2
3
4
5
6
7
8
9
import { Component } from '@angular/core';

@Component({
  selector: 'step-card',
  templateUrl: 'step-card.component.html',
  styleUrls: ['step-card.component.css']
})
export class StepCardComponent{
}