import { InputHTMLAttributes } from "react"; export default function LineInput(props: InputHTMLAttributes) { return ( ); }