src/app/views/_tools/recordable-subjects-search-tool.component.ts
/**
* @license
* Copyright (c) La Vía Óntica SC, Ontica LLC and contributors. All rights reserved.
*
* See LICENSE.txt in the project root for complete license information.
*/
import { Component } from '@angular/core';
@Component({
selector: 'emp-land-recordable-subjects-search-tool',
templateUrl: './recordable-subjects-search-tool.component.html',
})
export class RecordableSubjectsSearchToolComponent { }