MCPcopy Create free account
hub / github.com/Swizec/article-threader / HowItWorks

Function HowItWorks

components/KeyInsight.tsx:26–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26const HowItWorks = () => {
27 return (
28 <>
29 <h3>Here&apos;s how it works:</h3>
30 <video autoPlay loop muted style={{ maxHeight: "400px" }}>
31 <source src="preview.mp4" type="video/mp4" />
32 </video>
33 </>
34 );
35};
36
37export const KeyInsight = () => {
38 const [url, setUrl] = useState<string>("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected