TFTPaths/src/app/app.component.ts
Daniel Rodriguez cc79cf906f clean old files
2021-04-25 19:48:07 +02:00

10 lines
213 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'TFTPaths';
}