Skip to content

Commit

Permalink
fix(useMikadoGraph): remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade committed Oct 31, 2023
1 parent 8a5d677 commit 43cee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mikado-graph/component/mikado-graph.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 43cee4f

Please sign in to comment.