import { convertFileSrc } from '@tauri-apps/api/core'; import React from 'react'; import type { HttpResponse } from '@yaakapp/api'; interface Props { response: HttpResponse; } export function VideoViewer({ response }: Props) { if (response.bodyPath === null) { return