diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-29 19:57:30 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-29 19:57:58 -0300 |
commit | 9743a9fcf7b8e5e5dd98cd1c74aefa36a3f70a94 (patch) | |
tree | ba1271adec2d0cf3aaf633e18b081969d31b75e5 /ui | |
parent | c5b3a076963517c93b6596f3e0a860be1d80ef80 (diff) |
Remove unused iac dependency
Also removed yarn.lock since I don't use yarn for this anymore.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/Root.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/Root.js b/ui/Root.js index b0364e2..16b2fc2 100644 --- a/ui/Root.js +++ b/ui/Root.js @@ -1,5 +1,3 @@ -const iac = require('iac') - const ansi = require('../util/ansi') const DisplayElement = require('./DisplayElement') |