import { HyperText } from "@/registry/magicui/hyper-text"

export default function HyperTextDemo() {
  return <HyperText>Hover Me!</HyperText>
}
