diff --git a/src/app/components/PlanetaryInteraction/ProductionChainVisualization.tsx b/src/app/components/PlanetaryInteraction/ProductionChainVisualization.tsx index d1381fd..f5a2e31 100644 --- a/src/app/components/PlanetaryInteraction/ProductionChainVisualization.tsx +++ b/src/app/components/PlanetaryInteraction/ProductionChainVisualization.tsx @@ -1,9 +1,10 @@ import React from 'react'; -import { Box, Paper, Typography, Grid, Stack, Divider, Tooltip } from '@mui/material'; +import { Box, Paper, Typography, Grid, Stack } from '@mui/material'; import { EVE_IMAGE_URL } from '@/const'; import { PI_TYPES_MAP } from '@/const'; import { DateTime } from 'luxon'; import Countdown from 'react-countdown'; +import Image from 'next/image'; interface Factory { schematic_id: number; @@ -291,7 +292,7 @@ export const ProductionChainVisualization: React.FC -