Skip to content

Commit

Permalink
Fix #6382: InputOtp wrong import (#6383)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Apr 11, 2024
1 parent 318be80 commit 7a3210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/inputotp/InputOtp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { InputText } from '@/components/lib/inputtext/InputText';
import React, { useContext, useRef, useState } from 'react';
import { PrimeReactContext, ariaLabel } from '../api/Api';
import { useHandleStyle } from '../componentbase/ComponentBase';
import { useMergeProps } from '../hooks/Hooks';
import { InputText } from '../inputtext/InputText';
import { ObjectUtils } from '../utils/Utils';
import { InputOtpBase } from './BaseInputOtp';

Expand Down

0 comments on commit 7a3210f

Please sign in to comment.