fix: text constant error

This commit is contained in:
raojianb
2024-07-25 16:18:43 -07:00
parent ab85e604ef
commit b0a98ea95e

View File

@@ -95,4 +95,5 @@ const TEXT = `
<div className="w-full">
<video playsInline autoPlay width={500} ref={mediaStream}/>
</div>
)
}`;