Skip to content

Commit

Permalink
Merge pull request #24 from navedqb/fix--7448
Browse files Browse the repository at this point in the history
fix incorrect imports in captchadoc
  • Loading branch information
navedqb authored Dec 10, 2024
2 parents adfe904 + 3f1243f commit b00b926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/doc/captcha/captchadoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function CaptchaDoc(props) {
`,
javascript: `
import React, { useRef } from 'react';
import { Ripple } from 'primereact/ripple';
import { Toast } from 'primereact/toast';
import { Captcha } from 'primereact/captcha';
export default function CaptchaDoc() {
Expand All @@ -38,7 +38,7 @@ export default function CaptchaDoc() {
`,
typescript: `
import React, { useRef } from 'react';
import { Ripple } from 'primereact/ripple';
import { Toast } from 'primereact/toast';
import { Captcha } from 'primereact/captcha';
export default function CaptchaDoc() {
Expand Down

0 comments on commit b00b926

Please sign in to comment.