From 95eba1b6319b1e2834648fa7ca8fc14286734a6c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 21:27:19 +0530 Subject: [PATCH] chore: remove unused import --- src/components/action/action-settings/screenshot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/action/action-settings/screenshot.tsx b/src/components/action/action-settings/screenshot.tsx index c0c04ad2..41d07305 100644 --- a/src/components/action/action-settings/screenshot.tsx +++ b/src/components/action/action-settings/screenshot.tsx @@ -1,5 +1,5 @@ import React, { forwardRef, useImperativeHandle } from 'react'; -import { InputLabel, MenuItem, TextField, Select, FormControl } from "@mui/material"; +import { MenuItem, TextField } from "@mui/material"; import { ScreenshotSettings as Settings } from "../../../shared/types"; import styled from "styled-components"; import { SelectChangeEvent } from "@mui/material/Select/Select";