initial commit

This commit is contained in:
Jesse Lucas
2020-03-10 10:57:02 -04:00
commit 3eb6045dee
31 changed files with 14509 additions and 0 deletions
+10
View 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 = 'tech-ui';
}