mirror of
https://github.com/eugeny/tabby
synced 2026-08-18 11:56:56 +00:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
import { Component } from '@angular/core'
|
|
|
|
@Component({
|
|
template: '<app-root></app-root>'
|
|
})
|
|
export class RootComponent { }
|