Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 1, 2023
1 parent ed42f11 commit ebe28c1
Show file tree
Hide file tree
Showing 3 changed files with 1,974 additions and 2,205 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useMemo } from 'react'
import React from 'react'
import { getConf } from '@jbrowse/core/configuration'
import { SanitizedHTML } from '@jbrowse/core/ui'
import { observer } from 'mobx-react'
Expand Down
7 changes: 3 additions & 4 deletions plugins/wiggle/src/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import React, { useMemo, useState } from 'react'
import React from 'react'
import { observer } from 'mobx-react'
import { alpha, Portal, useTheme } from '@mui/material'
import { makeStyles } from 'tss-react/mui'
import { Feature } from '@jbrowse/core/util'

// locals
import { YSCALEBAR_LABEL_OFFSET, round } from './util'
import {
useClientPoint,
useFloating,
useInteractions,
} from '@floating-ui/react'
// locals
import { YSCALEBAR_LABEL_OFFSET, round } from './util'

const useStyles = makeStyles()(theme => ({
// these styles come from
Expand Down
Loading

0 comments on commit ebe28c1

Please sign in to comment.