add metadata components

This commit is contained in:
Joe Arndt 2026-02-23 23:21:50 -06:00
parent 3443a39ab3
commit a0b1ed8d07
21 changed files with 113 additions and 11 deletions

View file

@ -0,0 +1,3 @@
<div class="merchants-container">
Merchants Component
</div>

View file

@ -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 { }