diff --git a/frontend/autometabuilder/components/sections/SettingsSection.tsx b/frontend/autometabuilder/components/sections/SettingsSection.tsx index 2082f9f..5ce2a12 100644 --- a/frontend/autometabuilder/components/sections/SettingsSection.tsx +++ b/frontend/autometabuilder/components/sections/SettingsSection.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react"; -import { Box, Button, Paper, Stack, TextField, Typography } from "@mui/material"; +import { Button, Paper, Stack, TextField, Typography } from "@mui/material"; type SettingsSectionProps = { envVars: Record;