]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/users/subscriptions-command.ts
Custom markup container default to space between
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / users / subscriptions-command.ts
index e998eb42646d2a1542d60ef151f835ea8fc9ec66..edc60e612fa283719947ed01c363d7ce2e0fb256 100644 (file)
@@ -1,5 +1,4 @@
-import { ResultList, Video, VideoChannel } from '@shared/models'
-import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
+import { HttpStatusCode, ResultList, Video, VideoChannel } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class SubscriptionsCommand extends AbstractCommand {