import { useEffect, useState } from "react";export functionComponent() { return <div>{count}</div>;}export functionOtherFunction() { return <div>{count}</div>;}export functionExternalLink() { conststr = "Don't worry, only hover targets with ExternalLink will be affected, not random strings"; return <div>{count}</div>;}