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

Remove barrels

They can prevent tree shaking
This commit is contained in:
Chocobozzz 2024-03-05 09:30:12 +01:00
parent 5e041ff7c2
commit 338633ce72
No known key found for this signature in database
GPG key ID: 583A612D890159BE
275 changed files with 670 additions and 715 deletions

View file

@ -2,12 +2,12 @@ import { Component, OnInit } from '@angular/core'
import { ServerService } from '@app/core'
import { formatICU } from '@app/helpers'
import { ServerConfig, ServerStats } from '@peertube/peertube-models'
import { DaysDurationFormatterPipe } from '../shared-main'
import { BytesPipe } from '../shared-main/angular/bytes.pipe'
import { PeerTubeTemplateDirective } from '../shared-main/angular/peertube-template.directive'
import { HelpComponent } from '../shared-main/misc/help.component'
import { FeatureBooleanComponent } from './feature-boolean.component'
import { NgIf, NgFor } from '@angular/common'
import { DaysDurationFormatterPipe } from '../shared-main/angular/days-duration-formatter.pipe'
@Component({
selector: 'my-instance-features-table',