diff options
author | bptato <nincsnevem662@gmail.com> | 2021-11-12 21:21:26 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-11-12 22:09:00 +0100 |
commit | 510f1b4040d9b7f43d5cbd90a29e0dd7034624f9 (patch) | |
tree | d52225288b152a7739ce76581f953c6c2317bdaf /src/main.nim | |
parent | 5397e3a4c2cd5f5768413fa05dc35e9722abcd36 (diff) | |
download | chawan-510f1b4040d9b7f43d5cbd90a29e0dd7034624f9.tar.gz |
Rename layout.nim
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.nim b/src/main.nim index c208375a..15cb5578 100644 --- a/src/main.nim +++ b/src/main.nim @@ -6,7 +6,7 @@ import terminal import html/parser import html/dom -import layout/layout +import layout/engine import io/buffer import io/term import config/config |