From 782deb0db83356f61f69f6762649d6993bbb9f3b Mon Sep 17 00:00:00 2001 From: tienifr Date: Mon, 25 Mar 2024 16:29:10 +0700 Subject: [PATCH] fix lint --- src/pages/tasks/TaskDescriptionPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/tasks/TaskDescriptionPage.tsx b/src/pages/tasks/TaskDescriptionPage.tsx index dc718d29cd7f..ffc3d5880bba 100644 --- a/src/pages/tasks/TaskDescriptionPage.tsx +++ b/src/pages/tasks/TaskDescriptionPage.tsx @@ -17,7 +17,6 @@ import useThemeStyles from '@hooks/useThemeStyles'; import * as ErrorUtils from '@libs/ErrorUtils'; import Navigation from '@libs/Navigation/Navigation'; import * as ReportUtils from '@libs/ReportUtils'; -import StringUtils from '@libs/StringUtils'; import updateMultilineInputRange from '@libs/updateMultilineInputRange'; import withReportOrNotFound from '@pages/home/report/withReportOrNotFound'; import type {WithReportOrNotFoundProps} from '@pages/home/report/withReportOrNotFound';