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 4bfff52 commit 3d28ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SingleRow.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ColorHash from "color-hash";
import { getReverseComplement, filterFeatures, } from "../utils";
import getColor from "../utils/getColor";
import codonMapping from "../utils/codonMapping";
import codonToAminoAcid from "../utils/codonMapping";
var colorHash = new ColorHash({ lightness: [0.75, 0.9, 0.7, 0.8] });

const SingleRow = ({
Expand Down

0 comments on commit 3d28ae0

Please sign in to comment.