overflow-webapp/src/app/pages/auth/auth-page.component.ts
crusader 0508d64fca ing
2018-01-29 17:30:47 +09:00

16 lines
281 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'of-pages-auth',
templateUrl: './auth-page.component.html',
styleUrls: ['./auth-page.component.scss']
})
export class AuthPageComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}