argos/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.ts

16 lines
300 B
TypeScript

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