From 3e8b9f385190fb81fbf01411181cdb95833086da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helmut=20H=C3=A4nsel?= Date: Sat, 9 Sep 2023 00:38:18 +0200 Subject: [PATCH] export `clear_route()` and `@clear_route` --- src/stipple/reactivity.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stipple/reactivity.jl b/src/stipple/reactivity.jl index 00901bc6..f8c84d3b 100644 --- a/src/stipple/reactivity.jl +++ b/src/stipple/reactivity.jl @@ -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!