Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
using withStore from TRC
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Dec 24, 2021
1 parent 2d0b7c9 commit e37946c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AlignmentView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
import {
InfoHelper,
Loading,
showContextMenu
showContextMenu,
withStore
} from "teselagen-react-components";
import { store } from "@risingstack/react-easy-state";
import { throttle, cloneDeep, map, some } from "lodash";
Expand Down Expand Up @@ -50,7 +51,6 @@ import { view } from "@risingstack/react-easy-state";
import { noop } from "lodash";
import { massageTickSpacing } from "../utils/massageTickSpacing";
import { getClientX, getClientY } from "../utils/editorUtils";
import withStore from "../utils/withStore";

const nameDivWidth = 140;
let charWidthInLinearViewDefault = 12;
Expand Down

0 comments on commit e37946c

Please sign in to comment.