Initial Commit
This commit is contained in:
6
src/cljs/emptyhead/lib/core.cljs
Normal file
6
src/cljs/emptyhead/lib/core.cljs
Normal file
@@ -0,0 +1,6 @@
|
||||
(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))
|
||||
Reference in New Issue
Block a user