Remove implements
This commit is contained in:
parent
ab34b5dbb6
commit
422b111114
1 changed files with 1 additions and 4 deletions
|
@ -46,10 +46,7 @@
|
|||
"child2"))))
|
||||
|
||||
(defcomp comp (&key prop1 prop2 children)
|
||||
(div
|
||||
prop1
|
||||
prop2
|
||||
children))
|
||||
(declare (ignore prop1 prop2 children)))
|
||||
|
||||
(test component-hsx
|
||||
(is (equal (macroexpand-1
|
||||
|
|
Loading…
Reference in a new issue