initial commit
This commit is contained in:
commit
5924149301
31 changed files with 12707 additions and 0 deletions
10
src/app/app.component.ts
Normal file
10
src/app/app.component.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'TFTPaths';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue