fix: add missing ServiceHost and ServiceClient imports

- Import ServiceHost and ServiceClient from @xtr-dev/rondevu-client
- Fixes ReferenceError when starting hosting
This commit is contained in:
2025-12-08 21:37:03 +01:00
parent 158e001055
commit ab55a96fac

View File

@@ -1,5 +1,5 @@
import React, { useState, useEffect, useRef } from 'react'
import { RondevuService, ServiceHost, ServiceClient } from '@xtr-dev/rondevu-client'
import { RondevuService, RondevuSignaler, WebRTCContext, RTCDurableConnection, ServiceHost, ServiceClient } from '@xtr-dev/rondevu-client'
import toast, { Toaster } from 'react-hot-toast'
const API_URL = 'https://api.ronde.vu'