about summary refs log tree commit diff stats
path: root/src/main.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-10-03 12:20:39 +0200
committerbptato <nincsnevem662@gmail.com>2021-10-03 12:20:39 +0200
commit71f08f380b233ad415ab6954924c395a85ffc577 (patch)
tree213d4166ac0bdae343a34bcf260d1385e2cc53e7 /src/main.nim
parent9996586865f931b6da19779520eb7671eddc6c4d (diff)
downloadchawan-71f08f380b233ad415ab6954924c395a85ffc577.tar.gz
Add RowBox structure
Diffstat (limited to 'src/main.nim')
-rw-r--r--src/main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.nim b/src/main.nim
index b1345ce2..9661ba10 100644
--- a/src/main.nim
+++ b/src/main.nim
@@ -5,7 +5,7 @@ import streams
 
 import html/parser
 import html/dom
-import html/renderer
+import layout/layout
 import io/buffer
 import io/term
 import config/config