diff options
| author | Pjotr Prins | 2023-09-11 13:56:02 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2023-09-11 13:56:02 -0500 |
| commit | 70c9cb97e6bf50f2edbf4cf0173198afb0a87c63 (patch) | |
| tree | f5e73586a8f354a554d431a14618e2eb16f688ad /web/view | |
| parent | bb1beb91f41055b5fb892cef69d1bb4f84e02508 (diff) | |
| download | gn-guile-70c9cb97e6bf50f2edbf4cf0173198afb0a87c63.tar.gz | |
Missing module
Diffstat (limited to 'web/view')
| -rw-r--r-- | web/view/view.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/view/view.scm b/web/view/view.scm index 911ed7b..20f3578 100644 --- a/web/view/view.scm +++ b/web/view/view.scm @@ -8,6 +8,7 @@ #:use-module (sxml simple) #:use-module (web sxml) #:use-module (web view brand msk) + #:use-module (web view brand aging) #:export (view-brand)) |
