Refactor imports to use the builder store for state management across analysis components
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useEffect } from 'react'
|
||||
import { useInputValues, useProductionCapacityData } from '../../../../store/store';
|
||||
import { useInputValues, useProductionCapacityData } from '../../../../store/builder/store';
|
||||
|
||||
export default function ROIData() {
|
||||
const { inputValues } = useInputValues();
|
||||
|
||||
Reference in New Issue
Block a user