import { TextDisplay } from "./TextDisplay"; export function br() { return ( <> {"\n"} ); }