import Typography from '@mui/material/Typography'; import React from 'react'; export default function InputHeader({ title }: { title: string }) { return ( {title} ); }