From f12fca91b185cbf83fbe173fadf6a46f6c3c0c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 18:39:53 +0200 Subject: Fixes. --- module/html/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/html') diff --git a/module/html/vcomponent.scm b/module/html/vcomponent.scm index 5743ff42..fc70be1b 100644 --- a/module/html/vcomponent.scm +++ b/module/html/vcomponent.scm @@ -7,7 +7,7 @@ :use-module (html util) :use-module ((html config) :select (edit-mode)) :use-module ((html components) :select (btn tabset)) - :use-module ((output color) :select (calculate-fg-color)) + :use-module ((util color) :select (calculate-fg-color)) :use-module ((vcomponent datetime output) :select (fmt-time-span format-description -- cgit v1.2.3