From 02ebaf6e35e409f40b6425d9abda5d42929eef0d Mon Sep 17 00:00:00 2001 From: calli Date: Fri, 2 May 2025 23:00:56 +0300 Subject: [PATCH] remove unused imports --- src/app/components/PlanetaryInteraction/PlanetTableRow.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx b/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx index 15ff97b..572934d 100644 --- a/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx +++ b/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx @@ -1,6 +1,5 @@ import { ColorContext, SessionContext } from "@/app/context/Context"; -import { PI_TYPES_MAP, STORAGE_IDS, STORAGE_CAPACITIES, PI_PRODUCT_VOLUMES, EVE_IMAGE_URL, PI_SCHEMATICS, LAUNCHPAD_IDS } from "@/const"; -import { planetCalculations } from "@/planets"; +import { PI_TYPES_MAP, EVE_IMAGE_URL, LAUNCHPAD_IDS } from "@/const"; import { AccessToken, PlanetWithInfo } from "@/types"; import { PlanetCalculations, StorageInfo } from "@/types/planet"; import CloseIcon from "@mui/icons-material/Close";