refactor of yuck files

This commit is contained in:
2025-03-06 21:56:38 +01:00
parent 8c4a2bf572
commit 6bab674c4d
4 changed files with 65 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
(defwidget loremText [text]
(label :text text
:class 'lorem-text'
(label
:text text
:class 'lorem-text'
)
)