diff options
author | bptato <nincsnevem662@gmail.com> | 2021-12-18 16:03:24 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-12-18 16:03:47 +0100 |
commit | eddf377277f85b172df453b5c3d5763d3a4467c6 (patch) | |
tree | ceaa7b7faef7670704a11868659b87bedfae8d4c /src/main.nim | |
parent | a125464839927fd04f761c530e90888e340758ef (diff) | |
download | chawan-eddf377277f85b172df453b5c3d5763d3a4467c6.tar.gz |
Refactor selector code, optimize style tags
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 dc3db21c..06c6bdb5 100644 --- a/src/main.nim +++ b/src/main.nim @@ -1,4 +1,4 @@ -import httpClient +import httpclient import uri import os import streams |