From f72c78b2f6f7c7fdf1c9582b55498f1a522fe1e1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 11:42:23 +0200 Subject: Reorganize application.scss --- client/src/app/shared/shared-forms/input-text.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared-forms/input-text.component.ts b/client/src/app/shared/shared-forms/input-text.component.ts index 1e1da6771..ed4637c17 100644 --- a/client/src/app/shared/shared-forms/input-text.component.ts +++ b/client/src/app/shared/shared-forms/input-text.component.ts @@ -2,7 +2,6 @@ import { Component, forwardRef, Input } from '@angular/core' import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' import { Notifier } from '@app/core' - @Component({ selector: 'my-input-text', templateUrl: './input-text.component.html', -- cgit v1.2.3