diff --git a/frontend/autometabuilder/components/sections/PromptSection.tsx b/frontend/autometabuilder/components/sections/PromptSection.tsx index fc57a04..1622267 100644 --- a/frontend/autometabuilder/components/sections/PromptSection.tsx +++ b/frontend/autometabuilder/components/sections/PromptSection.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 PromptSectionProps = { content: string;