Fix various warnings relating to the controller refactoring

This commit is contained in:
Christopher Baines 2019-10-18 18:44:42 +01:00
parent aee903bc8c
commit 5e2bc7c6e9
4 changed files with 12 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#:use-module (ice-9 match)
#:use-module (texinfo)
#:use-module (texinfo html)
#:use-module (json)
#:use-module (guix-data-service web util)
#:use-module (guix-data-service web query-parameters)
#:use-module (guix-data-service web view html)