Skip to content

Commit

Permalink
fix incorrect imports
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb authored Dec 10, 2024
1 parent adfe904 commit 3f1243f
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 3f1243f

Please sign in to comment.