diff --git a/src/features/auth/components/StepEnterNumber.tsx b/src/features/auth/components/StepEnterNumber.tsx index 3d562f4..80fee24 100644 --- a/src/features/auth/components/StepEnterNumber.tsx +++ b/src/features/auth/components/StepEnterNumber.tsx @@ -1,6 +1,7 @@ import Button from '@/components/button/PrimaryButton'; import InputField from '@/components/input/InputField'; import { AUTH_PAGE_ELEMENT } from '@/enums'; +import Image from 'next/image'; import React from 'react' type Props = { @@ -11,25 +12,38 @@ type Props = { function StepEnterNumber({ onSubmit, onChange, value }: Props) { return ( -