diff --git a/src/components/Demo/Demo.tsx b/src/components/Demo/Demo.tsx index 2546cf8..545ff8a 100644 --- a/src/components/Demo/Demo.tsx +++ b/src/components/Demo/Demo.tsx @@ -2,10 +2,26 @@ import React from "react"; import styles from "./index.module.css"; export function Demo() { + const videoRef = React.useRef(null); + return ( -
-