mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 09:57:16 +01:00
Update src/routes/embed.nim
Co-authored-by: Zed <zedeus@pm.me>
This commit is contained in:
parent
74fcc071a3
commit
1e027f5edf
@ -1,7 +1,8 @@
|
|||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
import asyncdispatch, strutils, options
|
import asyncdispatch, strutils, options
|
||||||
import jester, karax/vdom
|
import jester, karax/vdom
|
||||||
import ".."/[types, api], ../views/[embed, tweet, general]
|
import ".."/[types, api]
|
||||||
|
import ../views/[embed, tweet, general]
|
||||||
import router_utils
|
import router_utils
|
||||||
|
|
||||||
export api, embed, vdom
|
export api, embed, vdom
|
||||||
|
Loading…
Reference in New Issue
Block a user