From bd95a39e0242c41d29ab3832f0fe8982f648bb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Fija=C5=82kiewicz?= Date: Mon, 25 Sep 2023 21:30:07 +0200 Subject: [PATCH] fix import --- src/pages/home/ReportScreen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/home/ReportScreen.js b/src/pages/home/ReportScreen.js index 72cac9566ab8..bb0c14ce7db9 100644 --- a/src/pages/home/ReportScreen.js +++ b/src/pages/home/ReportScreen.js @@ -39,6 +39,7 @@ import DragAndDropProvider from '../../components/DragAndDrop/Provider'; import usePrevious from '../../hooks/usePrevious'; import CONST from '../../CONST'; import withCurrentReportID, {withCurrentReportIDPropTypes, withCurrentReportIDDefaultProps} from '../../components/withCurrentReportID'; +import {ReportActionListFrozenScrollContextProvider} from "./report/ReportActionListFrozenScrollContext"; const propTypes = { /** Navigation route context info provided by react navigation */