« get me outta code hell

fix exception function not being imported properly - 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/DisplayElement.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2020-09-14 17:10:35 -0300
committer(quasar) nebula <towerofnix@gmail.com>2020-09-14 17:10:35 -0300
commit085bab481b1ee8470f04cb6541ee01981e19f2c6 (patch)
tree36f0dec7acf827bbcbcdea7d149e072e2ccf980a /ui/DisplayElement.js
parentef66a02f238bedccdefd2a5e60ee29c1325c51aa (diff)
fix exception function not being imported properly
Diffstat (limited to 'ui/DisplayElement.js')
-rw-r--r--ui/DisplayElement.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/DisplayElement.js b/ui/DisplayElement.js
index 8720142..a7a371a 100644
--- a/ui/DisplayElement.js
+++ b/ui/DisplayElement.js
@@ -1,5 +1,4 @@
 const Element = require('./Element')
-const exception = require('../util/exception')
 
 module.exports = class DisplayElement extends Element {
   // A general class that handles dealing with screen coordinates, the tree