Update folder structure

This commit is contained in:
Çetin
2021-12-28 13:29:25 +03:00
parent e0762fdeb0
commit ab8f627bb3
71 changed files with 189 additions and 193 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="grid">
<div class="col-12">
<div class="card">
<h4>Empty Page</h4>
<p>This is your empty page template to start building beautiful applications.</p>
</div>
</div>
</div>
+6
View File
@@ -0,0 +1,6 @@
import {Component} from '@angular/core';
@Component({
templateUrl: './empty.component.html'
})
export class EmptyComponent {}