add metadata components
This commit is contained in:
parent
3443a39ab3
commit
a0b1ed8d07
21 changed files with 113 additions and 11 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-merchants',
|
||||
imports: [],
|
||||
templateUrl: './merchants.component.html',
|
||||
styleUrl: './merchants.component.scss'
|
||||
})
|
||||
export class MerchantsComponent { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue