diff options
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 eaee9e52..70957684 100644 --- a/src/main.nim +++ b/src/main.nim @@ -12,7 +12,7 @@ when defined(profile): import nimprof import config/config -import display/client +import local/client import utils/opt import utils/twtstr |