diff --git a/frontend/src/components/BackstoryTextField.tsx b/frontend/src/components/BackstoryTextField.tsx index cb4b8f0..2841ff7 100644 --- a/frontend/src/components/BackstoryTextField.tsx +++ b/frontend/src/components/BackstoryTextField.tsx @@ -8,7 +8,6 @@ import React, { } from 'react'; import { useTheme } from '@mui/material/styles'; import './BackstoryTextField.css'; -import Box from '@mui/material/Box'; // Define ref interface for exposed methods interface BackstoryTextFieldRef { @@ -101,7 +100,7 @@ const BackstoryTextField = React.forwardRef - {/* Main textarea for user input */} - {/* Shadow textarea for height calculation */} + <>