migrate to cv2 jsx
This commit is contained in:
parent
6858283ecc
commit
dcd22a9d8c
18 changed files with 101 additions and 122 deletions
9
components-jsx/br.tsx
Normal file
9
components-jsx/br.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { TextDisplay } from "./TextDisplay";
|
||||
|
||||
export function br() {
|
||||
return (
|
||||
<>
|
||||
<TextDisplay>{"\n"}</TextDisplay>
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue