File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- import React , { useState } from 'react' ;
21import { DocSectionCode } from '@/components/doc/common/docsectioncode' ;
32import { DocSectionText } from '@/components/doc/common/docsectiontext' ;
4- import { InputOtp } from '@/components/lib/inputotp/inputotp' ;
3+ import { InputOtp } from '@/components/lib/inputotp/InputOtp' ;
4+ import { useState } from 'react' ;
55
66export function BasicDoc ( props ) {
77 const [ token , setTokens ] = useState ( ) ;
Original file line number Diff line number Diff line change 1- import React , { useState } from 'react' ;
21import { DocSectionCode } from '@/components/doc/common/docsectioncode' ;
32import { DocSectionText } from '@/components/doc/common/docsectiontext' ;
4- import { InputOtp } from '@/components/lib/inputotp/inputotp' ;
3+ import { InputOtp } from '@/components/lib/inputotp/InputOtp' ;
4+ import { useState } from 'react' ;
55
66export function IntegerOnlyDoc ( props ) {
77 const [ token , setTokens ] = useState ( ) ;
Original file line number Diff line number Diff line change 1- import React , { useState } from 'react' ;
21import { DocSectionCode } from '@/components/doc/common/docsectioncode' ;
32import { DocSectionText } from '@/components/doc/common/docsectiontext' ;
4- import { InputOtp } from '@/components/lib/inputotp/inputotp' ;
3+ import { InputOtp } from '@/components/lib/inputotp/InputOtp' ;
4+ import { useState } from 'react' ;
55
66export function MaskDoc ( props ) {
77 const [ token , setTokens ] = useState ( ) ;
Original file line number Diff line number Diff line change 1- import React , { useState } from 'react' ;
21import { DocSectionCode } from '@/components/doc/common/docsectioncode' ;
32import { DocSectionText } from '@/components/doc/common/docsectiontext' ;
4- import { InputOtp } from '@/components/lib/inputotp/inputotp' ;
53import { Button } from '@/components/lib/button/Button' ;
4+ import { InputOtp } from '@/components/lib/inputotp/InputOtp' ;
5+ import { useState } from 'react' ;
66
77export function SampleDoc ( props ) {
88 const [ token , setTokens ] = useState ( ) ;
Original file line number Diff line number Diff line change 1- import React , { useState } from 'react' ;
21import { DocSectionCode } from '@/components/doc/common/docsectioncode' ;
32import { DocSectionText } from '@/components/doc/common/docsectiontext' ;
4- import { InputOtp } from '@/components/lib/inputotp/inputotp' ;
3+ import { InputOtp } from '@/components/lib/inputotp/InputOtp' ;
4+ import { useState } from 'react' ;
55
66export function TemplateDoc ( props ) {
77 const [ token , setTokens ] = useState ( ) ;
You can’t perform that action at this time.
0 commit comments