From 4205514fc2142aec76526937704e2aca26f81257 Mon Sep 17 00:00:00 2001 From: Sushant <84878205+ninja-programmer@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:50:23 +0530 Subject: [PATCH] feat: do not import modalStyle --- src/components/robot/RobotSettings.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/robot/RobotSettings.tsx b/src/components/robot/RobotSettings.tsx index 2dd7ebe3..76633b9b 100644 --- a/src/components/robot/RobotSettings.tsx +++ b/src/components/robot/RobotSettings.tsx @@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react'; import { useTranslation } from 'react-i18next'; import { GenericModal } from "../ui/GenericModal"; import { TextField, Typography, Box } from "@mui/material"; -import { modalStyle } from "../recorder/AddWhereCondModal"; import { useGlobalInfoStore } from '../../context/globalInfo'; import { getStoredRecording } from '../../api/storage'; import { WhereWhatPair } from 'maxun-core'; @@ -159,4 +158,4 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe ); -}; \ No newline at end of file +};