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";