AIEONE
Initial commit syncing local server with Hugging Face Space
490ec84
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
template: '<router-outlet></router-outlet>' // Basic template
})
export class AppComponent {}