Infiltration rework (#1010)

Infiltration 2
This commit is contained in:
hydroflame
2021-06-13 11:05:40 -04:00
committed by GitHub
parent 39b4048603
commit 19f51b684b
39 changed files with 1555 additions and 1263 deletions
+5
View File
@@ -0,0 +1,5 @@
import React from 'react';
export function BlinkingCursor(): React.ReactElement {
return (<span style={{fontSize: "1em"}} className={"blinking-cursor"}>|</span>);
}