fix(terminal): rename height -> rows

This commit is contained in:
Pihkaal
2024-01-25 20:38:42 +01:00
parent 059d1dfe42
commit 089c29b579
3 changed files with 6 additions and 4 deletions

View File

@@ -21,4 +21,3 @@ export const Text = (props: {
{props.children}
</span>
);