mirror of
https://github.com/eugeny/tabby
synced 2026-08-17 11:26:46 +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
|