Files
EMPTYHEAD/src/cljs/emptyhead/lib/core.cljs
2024-10-08 11:47:30 +02:00

7 lines
186 B
Clojure

(ns emptyhead.lib.core
"Core components of the stdlib."
(:require [emptyhead.thought.crud :as thought]))
(defn data [data]
(thought/make-thought :emptyhead.core.data :data data))