This commit is contained in:
Olu Amey
2023-03-04 21:00:42 -05:00
parent ddbbc6884b
commit 454ff8abe2
13 changed files with 144 additions and 55 deletions
@@ -0,0 +1,14 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-menu-card',
templateUrl: './menu-card.component.html',
styleUrls: ['./menu-card.component.scss'],
})
export class MenuCardComponent implements OnInit {
constructor() { }
ngOnInit() {}
}