Skip to content

Commit

Permalink
Update SingleRow.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Aug 3, 2023
1 parent f0e0590 commit 4bfff52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/SingleRow.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import ColorHash from "color-hash";
import { getReverseComplement, filterFeatures, getColor, codonToAminoAcid } from "../utils";
import { getReverseComplement, filterFeatures, } from "../utils";
import getColor from "../utils/getColor";
import codonMapping from "../utils/codonMapping";
var colorHash = new ColorHash({ lightness: [0.75, 0.9, 0.7, 0.8] });

const SingleRow = ({
Expand Down

0 comments on commit 4bfff52

Please sign in to comment.