mirror of
https://github.com/eugeny/tabby
synced 2026-05-05 00:41:08 +00:00
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import { Component } from '@angular/core'
|
|
|
|
@Component({
|
|
template: '<app-root></app-root>',
|
|
})
|
|
export class RootComponent { } // eslint-disable-line @typescript-eslint/no-extraneous-class
|