aritra24 commented on code in PR #47965: URL: https://github.com/apache/airflow/pull/47965#discussion_r2011147036
########## airflow-core/src/airflow/ui/src/queries/useLogs.tsx: ########## @@ -16,22 +16,17 @@ * specific language governing permissions and limitations * under the License. */ -import { chakra, Code } from "@chakra-ui/react"; +import { chakra } from "@chakra-ui/react"; import type { UseQueryOptions } from "@tanstack/react-query"; import dayjs from "dayjs"; import innerText from "react-innertext"; -import { Link } from "react-router-dom"; +import type { JSX } from "react/jsx-runtime"; Review Comment: Oops, I think it's auto adding it somehow. I removed it a couple times. It somehow sneaks back in if I don't pay attention to the auto imports. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org