Ontica/Empiria.Land.Intranet

View on GitHub
src/app/workspaces/system-security/authentication-main-page/authentication-main-page.component.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @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-ng-authentication-main-page',
  templateUrl: './authentication-main-page.component.html',
})
export class AuthenticationMainPageComponent {

}