chore: fix typescript

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam 2024-05-17 15:36:05 +02:00
parent 262f985266
commit af043bb8a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { DeploymentResponse } from '../../api/types';
import { Entity } from '@backstage/catalog-model';
import 'reactflow/dist/style.css';
import React, { useCallback, useEffect } from 'react';
import React, { useCallback } from 'react';
import ReactFlow, {
useNodesState,
useEdgesState,