fix(lint): 4 erreurs ESLint corrigées — split SimulationFlowProvider, hook conditionnel, ref render, setState effect
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
de69b3ff16
commit
79bbbdc4e8
10 changed files with 82 additions and 50 deletions
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
import { useSimulationFlow } from '../state/SimulationFlowProvider'
|
||||
import { useSimulationFlow } from '../state/simulationFlow'
|
||||
|
||||
export function useSimulation() {
|
||||
const navigate = useNavigate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue