feat: do not import modalStyle

This commit is contained in:
Sushant
2025-01-13 11:50:23 +05:30
committed by GitHub
parent 651ab19749
commit 4205514fc2

View File

@@ -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
</>
</GenericModal>
);
};
};