From d3afa54144748685d12c159407194e03538e98de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Aug 2020 20:34:11 +0200 Subject: Move util modules into calp module.. --- module/calp/html/vcomponent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/calp/html/vcomponent.scm') diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm index be6b6166..3a2bd3cc 100644 --- a/module/calp/html/vcomponent.scm +++ b/module/calp/html/vcomponent.scm @@ -1,5 +1,5 @@ (define-module (calp html vcomponent) - :use-module (util) + :use-module (calp util) :use-module (vcomponent) :use-module (srfi srfi-1) :use-module (srfi srfi-41) @@ -7,7 +7,7 @@ :use-module (calp html util) :use-module ((calp html config) :select (edit-mode)) :use-module ((calp html components) :select (btn tabset)) - :use-module ((util color) :select (calculate-fg-color)) + :use-module ((calp util color) :select (calculate-fg-color)) :use-module ((vcomponent datetime output) :select (fmt-time-span format-description -- cgit v1.2.3