//import { useState } from "react"; export default function MonInput({text, new_focus}) { return (
) }