argos/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.ts

16 lines
269 B
TypeScript
Raw Normal View History

2019-04-24 11:26:53 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-drafts',
templateUrl: './drafts.component.html',
styleUrls: ['./drafts.component.css']
})
export class DraftsComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}