Skip to content

Commit 6211fdd

Browse files
committed
Changes for eslint
1 parent ecb494b commit 6211fdd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Eplant/views/NavigatorViewer/NavigatorView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import * as d3 from "d3";
55
import { useTheme } from '@mui/material/styles';
66

77
import { LoadingImage } from '../../UI/Layout/ViewContainer/LoadingPage'
8+
import { useViewSwitch } from '../ViewGeneSwitching';
89

910
import CellEFPIcon from './Icons/CellEFPIcon';
1011
import GeneInfoViewIcon from './Icons/GeneInfoViewerIcon'; /** Placeholder icon for those that are not yet implemented in ePlant3 */
1112
import PlantEFPIcon from './Icons/PlantEFPIcon'
1213
import * as constants from './constants';
13-
import { useViewSwitch } from '../ViewGeneSwitching';
1414
//import { NavigatorContext, useViewSwitch, ViewSwitchProvider} from './index';
1515
import { NavigatorContext, ViewSwitchProvider} from './index';
1616

Eplant/views/NavigatorViewer/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import React from 'react';
33
import GeneticElement from '@eplant/GeneticElement';
44
import { View } from '@eplant/View';
55

6-
import { NavigatorIcon } from './Icons/NavigatorViewIcon';
76
import { createViewSwitchProvider } from '../ViewGeneSwitching';
7+
8+
import { NavigatorIcon } from './Icons/NavigatorViewIcon';
89
import NavigatorViewObject from './NavigatorView';
910

1011
/** Use the provider from helper function */

0 commit comments

Comments
 (0)