1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
This commit is contained in:
Chocobozzz 2025-02-03 16:12:08 +01:00
parent 3bb87248d1
commit 36d797a1b9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
246 changed files with 0 additions and 246 deletions

View file

@ -14,7 +14,6 @@ import { FeatureBooleanComponent } from './feature-boolean.component'
selector: 'my-instance-features-table',
templateUrl: './instance-features-table.component.html',
styleUrls: [ './instance-features-table.component.scss' ],
standalone: true,
imports: [ NgIf, FeatureBooleanComponent, HelpComponent, PeerTubeTemplateDirective, NgFor, BytesPipe ]
})
export class InstanceFeaturesTableComponent implements OnInit {