Update src/routes/embed.nim

Co-authored-by: Zed <zedeus@pm.me>
This commit is contained in:
alqeeu 2022-01-14 20:33:01 +02:00 committed by GitHub
parent 74fcc071a3
commit 1e027f5edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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