1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-02 17:29:29 +02:00

Merge branch 'release/7.3.x' into develop

This commit is contained in:
Chocobozzz 2025-09-16 11:06:00 +02:00
commit 94e55dfc6c
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'