]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/search/search-command.ts
Reorganize imports
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / search / search-command.ts
index 09f5d3f1d8e7f1a85a33bc7be12c56db7821d0af..0fbbcd6efe41e68fadade9754407860232a092e6 100644 (file)
@@ -1,4 +1,5 @@
 import {
+  HttpStatusCode,
   ResultList,
   Video,
   VideoChannel,
@@ -7,7 +8,6 @@ import {
   VideoPlaylistsSearchQuery,
   VideosSearchQuery
 } from '@shared/models'
-import { HttpStatusCode } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class SearchCommand extends AbstractCommand {