diff --git a/src/pages/tasks/TaskTitlePage.js b/src/pages/tasks/TaskTitlePage.js index 32cd6c3d2cc3d..52d43509b7c19 100644 --- a/src/pages/tasks/TaskTitlePage.js +++ b/src/pages/tasks/TaskTitlePage.js @@ -6,7 +6,6 @@ import {withOnyx} from 'react-native-onyx'; import ScreenWrapper from '../../components/ScreenWrapper'; import HeaderWithBackButton from '../../components/HeaderWithBackButton'; import withLocalize, {withLocalizePropTypes} from '../../components/withLocalize'; -import Form from '../../components/Form'; import ONYXKEYS from '../../ONYXKEYS'; import TextInput from '../../components/TextInput'; import styles from '../../styles/styles'; @@ -19,6 +18,8 @@ import Navigation from '../../libs/Navigation/Navigation'; import FullPageNotFoundView from '../../components/BlockingViews/FullPageNotFoundView'; import withCurrentUserPersonalDetails from '../../components/withCurrentUserPersonalDetails'; import withReportOrNotFound from '../home/report/withReportOrNotFound'; +import FormProvider from '../../components/Form/FormProvider'; +import InputWrapper from '../../components/Form/InputWrapper'; const propTypes = { /** The report currently being looked at */ @@ -84,7 +85,7 @@ function TaskTitlePage(props) { {({didScreenTransitionEnd}) => ( -
- -
+
)}