Remove unused import

This commit is contained in:
Quad 2022-04-11 08:41:16 +02:00
parent e51ba4d34d
commit e40b453118
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import prologue import prologue
import templating import templating
import env
proc getIndex*(ctx: Context) {.async.} = proc getIndex*(ctx: Context) {.async.} =
resp renderTemplate(templateName="index.nwt") resp renderTemplate(templateName="index.nwt")