A reusable component for a strong password creator
import Component from "@/components/ui/strong-password-creator"; export default function DemoOne() { return <Component />; }