mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'admin-sign-in',
|
|
templateUrl: 'admin-sign-in.pug',
|
|
})
|
|
export class AdminSignIn {
|
|
}
|