From d2d27e8a47e58e74fb18122d893f145120d9744b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 03:51:26 +0530 Subject: [PATCH] chore: remove unused imports --- src/components/molecules/RobotSettings.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 7a6739a5..aeffadf6 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -1,13 +1,10 @@ import React, { useState, useEffect } from 'react'; import { GenericModal } from "../atoms/GenericModal"; -import { MenuItem, TextField, Typography, Box, Switch, FormControlLabel } from "@mui/material"; -import { Dropdown } from "../atoms/DropdownMui"; -import Button from "@mui/material/Button"; +import { TextField, Typography, Box } from "@mui/material"; import { modalStyle } from "./AddWhereCondModal"; -import { validMomentTimezones } from '../../constants/const'; import { useGlobalInfoStore } from '../../context/globalInfo'; -import { getSchedule, deleteSchedule, getStoredRecording } from '../../api/storage'; -import { WorkflowFile, Where, What, WhereWhatPair } from 'maxun-core'; +import { getStoredRecording } from '../../api/storage'; +import { WhereWhatPair } from 'maxun-core'; interface RobotMeta { name: string;