import '@videojs/react/background/skin.css';
import { BackgroundVideo, BackgroundVideoProvider, BackgroundVideoSkin } from '@videojs/react/background';
import { createRoot } from 'react-dom/client';
export function App() {
return (
);
}
createRoot(document.getElementById('root')!).render();