From 89745de0fe3fc7973afffc201820bb83e5369b86 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 15:11:31 +0530 Subject: [PATCH] chore: cleanup unused imports --- src/components/robot/pages/RobotCreate.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index cb27f14e..a40f0e3e 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -6,10 +6,8 @@ import { Typography, TextField, Button, - FormControlLabel, Checkbox, IconButton, - Grid, Card, CircularProgress, Container, @@ -21,7 +19,7 @@ import { MenuItem, InputLabel } from '@mui/material'; -import { ArrowBack, PlayCircleOutline, Article, Code, Description, AutoAwesome, HighlightAlt } from '@mui/icons-material'; +import { ArrowBack, AutoAwesome, HighlightAlt } from '@mui/icons-material'; import { useGlobalInfoStore, useCacheInvalidation } from '../../../context/globalInfo'; import { canCreateBrowserInState, getActiveBrowserId, stopRecording } from '../../../api/recording'; import { createScrapeRobot, createLLMRobot, createAndRunRecording } from "../../../api/storage"; @@ -216,7 +214,6 @@ const RobotCreate: React.FC = () => { - @@ -289,7 +286,6 @@ const RobotCreate: React.FC = () => { position: 'relative' }} > - {/* Beta Tag */}