Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Sep 3, 2024
1 parent 36f2aaf commit 58edb8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/happyx_native/app/app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import
macros, os, sequtils, strformat,
osproc, json, threadpool, browsers,
uri, tables, terminal, parsecfg,
jsonutils, sugar, tables, cgi
jsonutils, sugar, tables, cgi, uri
],
happyx/core/constants,
happyx/ssr/server,
Expand Down Expand Up @@ -57,7 +57,8 @@ export
sequtils,
terminal,
browsers,
utils
utils,
uri


var websocketClient*: WebSocket
Expand Down

0 comments on commit 58edb8d

Please sign in to comment.