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