tabby/app/src/root.component.ts
2019-06-14 23:47:48 +02:00

6 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