refactor: remove unused imports from ROISummary and ThroughPutData components
This commit is contained in:
commit
bdde20a611
|
@ -10,7 +10,6 @@ import SemiCircleProgress from "./SemiCircleProgress";
|
|||
import { ArrowIcon } from "../../icons/ExportCommonIcons";
|
||||
import SkeletonUI from "../../templates/SkeletonUI";
|
||||
import { useROISummaryData } from "../../../store/builder/store";
|
||||
import { set } from "immer/dist/internal";
|
||||
|
||||
const ROISummary = ({
|
||||
roiSummaryData = {
|
||||
|
|
|
@ -10,7 +10,6 @@ import { useConveyorStore } from '../../../../store/simulation/useConveyorStore'
|
|||
import { useStorageUnitStore } from '../../../../store/simulation/useStorageUnitStore';
|
||||
import { useMaterialStore } from '../../../../store/simulation/useMaterialStore';
|
||||
import { usePauseButtonStore, usePlayButtonStore } from '../../../../store/usePlayButtonStore';
|
||||
import { is, set } from 'immer/dist/internal';
|
||||
|
||||
export default function ThroughPutData() {
|
||||
const { selectedProduct } = useSelectedProduct();
|
||||
|
|
Loading…
Reference in New Issue