Initial commit

This commit is contained in:
2022-11-29 18:25:52 +01:00
commit 7fb5badf30
33 changed files with 21736 additions and 0 deletions

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 = 'Diuna';
}