1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00
This commit is contained in:
Chocobozzz 2025-09-15 15:58:08 +02:00
parent 073cd4f0ba
commit 3a58afef10
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -1,4 +1,4 @@
import { CommonModule, NgClass } from '@angular/common'
import { CommonModule } from '@angular/common'
import { Component, OnInit, inject, output, viewChild } from '@angular/core'
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
import { Notifier, ServerService } from '@app/core'