diff --git a/web/projects/ui/src/app/components/welcome.component.ts b/web/projects/ui/src/app/components/welcome.component.ts deleted file mode 100644 index 00d42795a..000000000 --- a/web/projects/ui/src/app/components/welcome.component.ts +++ /dev/null @@ -1,48 +0,0 @@ -import { Component, inject, Inject } from '@angular/core' -import { TuiDialogContext, TuiButton } from '@taiga-ui/core' -import { POLYMORPHEUS_CONTEXT } from '@taiga-ui/polymorpheus' - -@Component({ - standalone: true, - template: ` -
- View the complete - - release notes - - for more details. -
-- -
- `, - styles: 'li { margin-bottom: 0.5rem }', - imports: [TuiButton], -}) -export class WelcomeComponent { - readonly context = inject