mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app',
|
|
templateUrl: 'app.component.html'
|
|
})
|
|
export class AppComponent { }
|