浏览代码

Update src/routes/embed.nim

Co-authored-by: Zed <zedeus@pm.me>
alqeeu 4 年之前
父节点
当前提交
1e027f5edf
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/routes/embed.nim

+ 2 - 1
src/routes/embed.nim

@@ -1,7 +1,8 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 import asyncdispatch, strutils, options
 import jester, karax/vdom
-import ".."/[types, api], ../views/[embed, tweet, general]
+import ".."/[types, api]
+import ../views/[embed, tweet, general]
 import router_utils
 
 export api, embed, vdom