diff --git a/src/pages/MainPage.tsx b/src/pages/MainPage.tsx index 60990291..aa896d50 100644 --- a/src/pages/MainPage.tsx +++ b/src/pages/MainPage.tsx @@ -12,8 +12,6 @@ import { io, Socket } from "socket.io-client"; import { stopRecording } from "../api/recording"; import { RunSettings } from "../components/run/RunSettings"; import { ScheduleSettings } from "../components/robot/ScheduleSettings"; -import { IntegrationSettings } from "../components/integration/IntegrationSettings"; -import { RobotSettings } from "../components/robot/RobotSettings"; import { apiUrl } from "../apiConfig"; import { useNavigate } from 'react-router-dom';