X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fhelpers%2Futils.ts;h=d05541ca928e1d4d0cd4567e2a583d9717166310;hb=94676e631c5045144da598fefbefaa3cfcaaeb0d;hp=b925e6d987350580acfdd0321157c9578ee7f5b9;hpb=9abd170dec9a0b929da1f0947e3c7019e38631da;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/helpers/utils.ts b/client/src/app/helpers/utils.ts index b925e6d98..d05541ca9 100644 --- a/client/src/app/helpers/utils.ts +++ b/client/src/app/helpers/utils.ts @@ -1,7 +1,7 @@ import { DatePipe } from '@angular/common' +import { SelectChannelItem } from '@app/shared/shared-forms' import { environment } from '../../environments/environment' import { AuthService } from '../core/auth' -import { SelectChannelItem } from '@app/shared/shared-forms/select-channel.component' // Thanks: https://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript function getParameterByName (name: string, url: string) {