Rename piccolo to hsx

This commit is contained in:
Akira Tempaku 2024-05-25 21:48:35 +09:00
commit 6ddf42f6a4
6 changed files with 18 additions and 15 deletions

View file

@ -1,10 +1,10 @@
(defpackage #:piccolo/element
(defpackage #:hsx/element
(:use #:cl)
(:export #:element-kind
#:element-props
#:create-element
#:expand))
(in-package #:piccolo/element)
(in-package #:hsx/element)
(defclass element ()
((kind