mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Cleanup
This commit is contained in:
parent
fd20fcf3ee
commit
7639883c6a
8 changed files with 19 additions and 25 deletions
|
|
@ -3,12 +3,11 @@ import asyncfile, uri, strutils, httpclient, os
|
|||
import jester, regex
|
||||
|
||||
import router_utils
|
||||
import ".."/[types, formatters, utils, prefs]
|
||||
import ".."/[types, formatters, prefs]
|
||||
import ../views/general
|
||||
|
||||
export asyncfile, httpclient, os, strutils
|
||||
export regex
|
||||
export utils
|
||||
|
||||
proc createMediaRouter*(cfg: Config) =
|
||||
router media:
|
||||
|
|
|
|||
Loading…
Reference in a new issue