Skip to content

Commit

Permalink
export clear_route() and @clear_route
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Sep 8, 2023
1 parent 9417d51 commit 3e8b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stipple/reactivity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ end
"""
abstract type ReactiveModel end

export @vars, @add_vars, @define_mixin, @clear_cache, clear_cache
export @vars, @add_vars, @define_mixin, @clear_cache, clear_cache, @clear_route, clear_route

# deprecated
export @reactive, @reactive!, @old_reactive, @old_reactive!
Expand Down

0 comments on commit 3e8b9f3

Please sign in to comment.