Skip to content

Commit

Permalink
fix: ove import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgespinosa10 committed Feb 6, 2025
1 parent 2f0d73b commit f3e3dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ove/cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "cypress-real-events";
import { isString } from "lodash-es";
import toRegexRange from "to-regex-range";
import insertSequenceDataAtPositionOrRange from "@teselagen/sequence-utils/src/insertSequenceDataAtPositionOrRange";
import { insertSequenceDataAtPositionOrRange } from "@teselagen/sequence-utils";
// ***********************************************
// This example commands.js shows you how to
// create various custom commands and overwrite
Expand Down

0 comments on commit f3e3dcb

Please sign in to comment.