Skip to content

Commit

Permalink
Remove impossible re-export of @js (JSExpr not used in WebIO)
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Nov 26, 2024
1 parent 24beed6 commit 5371956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using JSON

export @dom_str, @js, @js_str
export @dom_str, @js_str

# adapted from Hiccup.jl
function cssparse(s)
Expand Down

0 comments on commit 5371956

Please sign in to comment.