update layout
This commit is contained in:
parent
0c862fcb8b
commit
1f4f5b6ad2
4 changed files with 13 additions and 9 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-recipe-details',
|
||||
templateUrl: './recipe-details.component.html',
|
||||
standalone: true,
|
||||
})
|
||||
export class RecipeDetailsComponent {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue