File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jbrowse/src/client/JBrowse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import React , { useEffect , useState } from 'react' ;
22
3- import { JBrowseLinearGenomeView , ViewModel } from '@jbrowse/react-linear-genome-view' ;
3+ import { JBrowseLinearGenomeView , ViewModel } from '@jbrowse/react-linear-genome-view2'
44import { createTheme } from '@mui/material/styles' ;
55import LogSession from './plugins/LogSession/index' ;
66import ExtendedVariantPlugin from './plugins/ExtendedVariantPlugin/index' ;
Original file line number Diff line number Diff line change 11import { isEmptyObject } from 'jquery' ;
22import jexl from 'jexl' ;
3- import { createViewState , loadPlugins } from '@jbrowse/react-linear-genome-view ' ;
3+ import { createViewState , loadPlugins } from '@jbrowse/react-linear-genome-view2 ' ;
44import { ActionURL , Ajax } from '@labkey/api' ;
55import {
66 getGridNumericOperators ,
You can’t perform that action at this time.
0 commit comments