diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:42:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:42:23 +0200 |
commit | f72c78b2f6f7c7fdf1c9582b55498f1a522fe1e1 (patch) | |
tree | 0f234531cc03b51a34b2bdd124096390f5e72f27 /client/src/app/shared | |
parent | dc1296a9abfeeb714f321454dde32389a0f40c7e (diff) | |
download | PeerTube-f72c78b2f6f7c7fdf1c9582b55498f1a522fe1e1.tar.gz PeerTube-f72c78b2f6f7c7fdf1c9582b55498f1a522fe1e1.tar.zst PeerTube-f72c78b2f6f7c7fdf1c9582b55498f1a522fe1e1.zip |
Reorganize application.scss
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-forms/input-text.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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' | |||
2 | import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' | 2 | import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' |
3 | import { Notifier } from '@app/core' | 3 | import { Notifier } from '@app/core' |
4 | 4 | ||
5 | |||
6 | @Component({ | 5 | @Component({ |
7 | selector: 'my-input-text', | 6 | selector: 'my-input-text', |
8 | templateUrl: './input-text.component.html', | 7 | templateUrl: './input-text.component.html', |