From dcd3369c5473ba63a31567d7eceadcf9a7e731c1 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 16 Apr 2023 09:06:48 +0300 Subject: [PATCH] fix cljsdoc api-import --- src/malli/cherry.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/malli/cherry.cljs b/src/malli/cherry.cljs index 7d5863e44..bca2e65bf 100644 --- a/src/malli/cherry.cljs +++ b/src/malli/cherry.cljs @@ -1,4 +1,4 @@ -(ns malli.cherry +(ns ^:no-doc malli.cherry (:refer-clojure :exclude [eval]) (:require [cherry.embed :as cherry] [malli.core]))