import { Component } from '@angular/core'; @Component({ selector: 'app-recipe-add', standalone: true, imports: [], templateUrl: './recipe-add.component.html', }) export class RecipeAddComponent { }