From dc88f9da33b2ea421352ec38c048e4166a7cc743 Mon Sep 17 00:00:00 2001 From: GandalfGwaihir Date: Fri, 31 May 2024 16:01:52 +0530 Subject: [PATCH] remove view --- src/pages/InviteReportParticipantsPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/InviteReportParticipantsPage.tsx b/src/pages/InviteReportParticipantsPage.tsx index 6e80504c7c56..1ba4ef7fc292 100644 --- a/src/pages/InviteReportParticipantsPage.tsx +++ b/src/pages/InviteReportParticipantsPage.tsx @@ -1,6 +1,5 @@ import React, {useCallback, useEffect, useMemo, useState} from 'react'; import type {SectionListData} from 'react-native'; -import {View} from 'react-native'; import type {OnyxEntry} from 'react-native-onyx'; import {withOnyx} from 'react-native-onyx'; import FormAlertWithSubmitButton from '@components/FormAlertWithSubmitButton';