Remove unused import
This commit is contained in:
parent
e51ba4d34d
commit
e40b453118
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue