Amend stuffs

This commit is contained in:
Akira Tempaku 2024-05-27 18:11:04 +09:00
parent 8bafa1b4da
commit e4eec0749f
2 changed files with 2 additions and 2 deletions

View file

@ -59,9 +59,9 @@
"child1"
"child2"))))
(defhsx comp1 #'%comp1)
(defun %comp1 (&key prop1 prop2 children)
(declare (ignore prop1 prop2 children)))
(defhsx comp1 #'%comp1)
(defcomp comp2 (&key prop1 prop2 children)
(declare (ignore prop1 prop2 children)))