refactor(simulation-ee): Sprint 3.5 clean — FTD-17/18/19 résolus, factorisation SimulationForm

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hermann_Kitio 2026-04-22 14:03:46 +03:00
parent 385b29679e
commit 18f92098cb
11 changed files with 36 additions and 66 deletions

View file

@ -12,8 +12,9 @@
import { useQuery } from '@tanstack/react-query'
import { getPlanStatus } from '@/entities/user/api'
import { PLAN_QUERY_KEY } from '@/entities/user/query-keys'
export const PLAN_QUERY_KEY = ['plan'] as const
export { PLAN_QUERY_KEY }
export function usePlan() {
return useQuery({