add componants: recipes and recipeAdd
This commit is contained in:
11
src/app/recipe-add/recipe-add.component.ts
Normal file
11
src/app/recipe-add/recipe-add.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-recipe-add',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './recipe-add.component.html',
|
||||
})
|
||||
export class RecipeAddComponent {
|
||||
|
||||
}
|
Reference in New Issue
Block a user