service-provider-app/src/app/preparer/location/location.component.ts

12 lines
223 B
TypeScript
Raw Normal View History

2025-06-06 07:38:11 -03:00
import { Component } from '@angular/core';
@Component({
selector: 'app-location',
imports: [],
templateUrl: './location.component.html',
styleUrl: './location.component.scss'
})
export class LocationComponent {
}