1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix server build

This commit is contained in:
Chocobozzz 2023-10-20 16:05:38 +02:00
parent a74fe0b69a
commit 53fdb2e83e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,6 @@
import { MVideo, MVideoPlaylist } from '../../../types/models/index.js'
import { MVideo } from '@server/types/models/video/video.js'
import { TagsHtml } from './tags-html.js'
import { MVideoPlaylist } from '@server/types/models/video/video-playlist.js'
export class CommonEmbedHtml {