File tree Expand file tree Collapse file tree
Eplant/views/NavigatorViewer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import * as d3 from "d3";
55import { useTheme } from '@mui/material/styles' ;
66
77import { LoadingImage } from '../../UI/Layout/ViewContainer/LoadingPage'
8+ import { useViewSwitch } from '../ViewGeneSwitching' ;
89
910import CellEFPIcon from './Icons/CellEFPIcon' ;
1011import GeneInfoViewIcon from './Icons/GeneInfoViewerIcon' ; /** Placeholder icon for those that are not yet implemented in ePlant3 */
1112import PlantEFPIcon from './Icons/PlantEFPIcon'
1213import * as constants from './constants' ;
13- import { useViewSwitch } from '../ViewGeneSwitching' ;
1414//import { NavigatorContext, useViewSwitch, ViewSwitchProvider} from './index';
1515import { NavigatorContext , ViewSwitchProvider } from './index' ;
1616
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ import React from 'react';
33import GeneticElement from '@eplant/GeneticElement' ;
44import { View } from '@eplant/View' ;
55
6- import { NavigatorIcon } from './Icons/NavigatorViewIcon' ;
76import { createViewSwitchProvider } from '../ViewGeneSwitching' ;
7+
8+ import { NavigatorIcon } from './Icons/NavigatorViewIcon' ;
89import NavigatorViewObject from './NavigatorView' ;
910
1011/** Use the provider from helper function */
You can’t perform that action at this time.
0 commit comments