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"))))
|
"child2"))))
|
||||||
|
|
||||||
(defcomp comp (&key prop1 prop2 children)
|
(defcomp comp (&key prop1 prop2 children)
|
||||||
(div
|
(declare (ignore prop1 prop2 children)))
|
||||||
prop1
|
|
||||||
prop2
|
|
||||||
children))
|
|
||||||
|
|
||||||
(test component-hsx
|
(test component-hsx
|
||||||
(is (equal (macroexpand-1
|
(is (equal (macroexpand-1
|
||||||
|
|
Loading…
Reference in a new issue