« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/ui/Element.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/Element.js')
-rw-r--r--ui/Element.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Element.js b/ui/Element.js
index c5beb59..b9b8c61 100644
--- a/ui/Element.js
+++ b/ui/Element.js
@@ -1,4 +1,5 @@
 const EventEmitter = require('events')
+const exception = require('../util/exception')
 
 module.exports = class Element extends EventEmitter {
   // The basic class containing methods for working with an element hierarchy.