Skip to content

Commit

Permalink
refactor(EditView.tsx): remove unused fp-ts/string replace function t…
Browse files Browse the repository at this point in the history
…o optimize bundle size

The fp-ts/string replace function was not being used in the EditView component, so it was removed to optimize the bundle size and improve overall performance.
  • Loading branch information
ktun95 committed Jan 9, 2025
1 parent 3dad37e commit a58d404
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useNavigate } from "react-router-dom"
import { makeStyles, Container, Button } from "@material-ui/core"
import { replace as Sreplace } from "fp-ts/string"
import PersonIcon from "@material-ui/icons/Person"
import { ActionBar } from "@dictybase/ui-common"
import { Editor } from "@dictybase/editor"
Expand Down

0 comments on commit a58d404

Please sign in to comment.