« 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/Label.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/Label.js')
-rw-r--r--ui/Label.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Label.js b/ui/Label.js
index 60ece15..850edc0 100644
--- a/ui/Label.js
+++ b/ui/Label.js
@@ -1,4 +1,4 @@
-const ansi = require('../ansi')
+const ansi = require('../util/ansi')
 
 const DisplayElement = require('./DisplayElement')