From 43cee4f5f6a924c3c7f2cd4292e7b0fc562f2a3b Mon Sep 17 00:00:00 2001 From: arnaud Date: Tue, 31 Oct 2023 16:43:10 +0100 Subject: [PATCH] fix(useMikadoGraph): remove import --- app/mikado-graph/component/mikado-graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mikado-graph/component/mikado-graph.tsx b/app/mikado-graph/component/mikado-graph.tsx index 6c5205e..6aa16ff 100644 --- a/app/mikado-graph/component/mikado-graph.tsx +++ b/app/mikado-graph/component/mikado-graph.tsx @@ -1,6 +1,6 @@ 'use client'; -import React, { useEffect, useState } from 'react'; +import React, { useEffect } from 'react'; import { StatusView } from '@/api/mikado-graph/mikado-graph'; import AddPrerequisiteForm from '@/mikado-graph/component/add-prerequisite-form'; import { Translation } from '@/tools/i18n/intl-provider';