Wordpress import plugin: add missing symbols to import

This commit is contained in:
Konrad Hinsen 2023-11-22 16:46:16 +01:00
parent cc0271b319
commit bcc81664e5

View file

@ -7,7 +7,9 @@
(:import-from :coleslaw #:slugify (:import-from :coleslaw #:slugify
#:load-config #:load-config
#:*config* #:*config*
#:repo) #:repo
#:repo-dir
#:separator)
(:import-from :local-time #:+short-month-names+) (:import-from :local-time #:+short-month-names+)
(:import-from :cl-ppcre #:regex-replace-all)) (:import-from :cl-ppcre #:regex-replace-all))