From 07dd15d46e1756b9f29dae246f376462f52c092e Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Mon, 20 May 2024 17:10:27 +0800 Subject: [PATCH] remove unused import --- src/pages/FlagCommentPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/FlagCommentPage.tsx b/src/pages/FlagCommentPage.tsx index e30ac2a319d6..98fe3973ff9d 100644 --- a/src/pages/FlagCommentPage.tsx +++ b/src/pages/FlagCommentPage.tsx @@ -19,7 +19,6 @@ import * as ReportUtils from '@libs/ReportUtils'; import * as Report from '@userActions/Report'; import * as Session from '@userActions/Session'; import CONST from '@src/CONST'; -import ROUTES from '@src/ROUTES'; import type SCREENS from '@src/SCREENS'; import type * as OnyxTypes from '@src/types/onyx'; import withReportAndReportActionOrNotFound from './home/report/withReportAndReportActionOrNotFound';