[refactor] Pulling out post to terminal to its own file.

This commit is contained in:
Steven Evans
2018-07-18 14:34:18 -04:00
parent 0bea4e0430
commit 7313d551f1
6 changed files with 47 additions and 29 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {post} from "./Terminal";
import {post} from "./ui/postToTerminal";
let Aliases = {};
let GlobalAliases = {};