mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50: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
|