paperstocode / frontend /src /app /app.component.ts
reibs's picture
hugging face update
f91510c
raw
history blame contribute delete
213 Bytes
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'frontend';
}