aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 28f9951..70ea7e1 100644
--- a/functions.js
+++ b/functions.js
@@ -14,6 +14,8 @@ const App = () => (
</div>
);
+//Branch Check
+
render(<App />, document.getElementById('rootContainer'));
var terminal = new Terminal({ rows: 48, cols: 140 });
terminal.open(document.getElementById('terminal'),false);