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:
parent
a74fe0b69a
commit
53fdb2e83e
3 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue