Skip to content

Commit 320c2c4

Browse files
authored
fix: build error (#10)
2 parents b8f6172 + 5af448a commit 320c2c4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/jsons/list.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-only
2-
import std/json
3-
import asyncdispatch
2+
import json, asyncdispatch
43

54
import jester
65

src/jsons/status.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-only
2-
import asyncdispatch, strutils, sequtils, uri, options, sugar
2+
import json, asyncdispatch, strutils, sequtils, uri, options, sugar
33

44
import jester, karax/vdom
55

src/jsons/timeline.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-only
2-
import std/json
3-
import asyncdispatch, strutils, sequtils, uri, options, times
2+
import json, asyncdispatch, strutils, sequtils, uri, options, times
43

54
import options
65
import times

0 commit comments

Comments
 (0)