crusader 51fb8ad8c2 ing
2018-03-18 22:35:03 +09:00

16 lines
269 B
TypeScript

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