Skip to content

Commit

Permalink
refactor(components): remove unused import from response-body.jsx
Browse files Browse the repository at this point in the history
Eliminated the unused `toLower` import from `lodash` in `response-body.jsx`
to clean up the code and improve readability. This change does not affect
the functionality of the component.
  • Loading branch information
luka-dev committed Jan 15, 2025
1 parent 729f10d commit 8633dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/components/response-body.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import formatXml from "xml-but-prettier"
import toLower from "lodash/toLower"
import { extractFileNameFromContentDispositionHeader } from "core/utils"
import { getKnownSyntaxHighlighterLanguage } from "core/utils/jsonParse"
import win from "core/window"
Expand Down

0 comments on commit 8633dd8

Please sign in to comment.