From 81f30c4e9c530ee6a18795927e08d83bc51ab181 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Thu, 19 Dec 2024 18:15:31 +0000 Subject: [PATCH] Fix lint bug (#73) --- src/simple-editor/deployment/DeploymentGraphStore.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simple-editor/deployment/DeploymentGraphStore.tsx b/src/simple-editor/deployment/DeploymentGraphStore.tsx index 3de2d8d..d3dbd80 100644 --- a/src/simple-editor/deployment/DeploymentGraphStore.tsx +++ b/src/simple-editor/deployment/DeploymentGraphStore.tsx @@ -6,7 +6,6 @@ import { Gavel } from '@mui/icons-material'; import { useModelParamsStore } from '../state/ModelParams'; -import DeploymentEnvVars from './DeploymentEnvVars'; import DeploymentQuote from './DeploymentQuote'; const GraphStoreConfiguration = () => {