X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideo-watch%2Fvideo-report.component.ts;h=528005b84126428e46095264ff552042aa94c7e9;hb=ad42bea3a55ca7937f082cc641764de70ce34bd1;hp=c4cf936ce93473371c6a79f8cf43d18d24e37430;hpb=d8e689b864749648d03cf4391fd4a475126f01cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/video-watch/video-report.component.ts b/client/src/app/videos/video-watch/video-report.component.ts index c4cf936ce..528005b84 100644 --- a/client/src/app/videos/video-watch/video-report.component.ts +++ b/client/src/app/videos/video-watch/video-report.component.ts @@ -1,7 +1,7 @@ import { Component, Input, OnInit, ViewChild } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; -import { ModalDirective } from 'ng2-bootstrap/modal'; +import { ModalDirective } from 'ngx-bootstrap/modal'; import { NotificationsService } from 'angular2-notifications'; import { FormReactive, VideoAbuseService, VIDEO_ABUSE_REASON } from '../../shared';