Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 16, 2024
1 parent 4569a8e commit e158261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/nextjournal/clerk/fixtures/render_fns.cljs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(ns nextjournal.clerk.fixtures.render-fns
(:require [nextjournal.clerk]))
(:require [nextjournal.clerk.render]))

(prn ::identity)

(defn id [x]
[:pre (nextjournal.clerk/inspect x)])
[:pre (nextjournal.clerk.render/inspect x)])

0 comments on commit e158261

Please sign in to comment.