Files
DiunaBI/Frontend/src/app/app.component.ts

11 lines
212 B
TypeScript
Raw Normal View History

2022-11-29 18:25:52 +01:00
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
2023-01-04 15:45:45 +01:00
title = 'DiunaBI';
2022-11-29 18:25:52 +01:00
}