Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-AI committed Aug 24, 2023
1 parent c9a1a74 commit 0d28fbe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from 'react';
import { Field } from 'formik';
import { useTranslation } from 'react-i18next';
import { Input } from '../../input/basic-input/input/input.component';
import styles from './../field.scss';
import { PersonAttributeTypeResponse } from '../../patient-registration.types';

export interface TextPersonAttributeFieldProps {
Expand Down

0 comments on commit 0d28fbe

Please sign in to comment.