mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-09 13:55:49 +00:00
13 lines
202 B
Nim
13 lines
202 B
Nim
import
|
|
karax/[karaxdsl, vdom]
|
|
|
|
import
|
|
chronicles_tail/jsplugins
|
|
|
|
proc networkSectionContent: VNode =
|
|
result = buildHtml(tdiv):
|
|
text "Networking"
|
|
|
|
addSection("Network", networkSectionContent)
|
|
|