mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Remove barrels
They can prevent tree shaking
This commit is contained in:
parent
5e041ff7c2
commit
338633ce72
275 changed files with 670 additions and 715 deletions
|
@ -1,8 +1,8 @@
|
|||
import { AfterContentInit, Component, ContentChildren, forwardRef, Input, QueryList, TemplateRef } from '@angular/core'
|
||||
import { ControlValueAccessor, NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms'
|
||||
import { PeerTubeTemplateDirective } from '@app/shared/shared-main'
|
||||
import { HelpComponent } from '../shared-main/misc/help.component'
|
||||
import { NgIf, NgTemplateOutlet } from '@angular/common'
|
||||
import { PeerTubeTemplateDirective } from '../shared-main/angular/peertube-template.directive'
|
||||
|
||||
@Component({
|
||||
selector: 'my-peertube-checkbox',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue