Skip to content

Commit 473e0ea

Browse files
committed
export DashBase
1 parent f751736 commit 473e0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dash.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export dash, Component, Front, callback!,
1515
enable_dev_tools!, ClientsideFunction,
1616
run_server, PreventUpdate, no_update, @var_str,
1717
Input, Output, State, make_handler, callback_context,
18-
ALL, MATCH, ALLSMALLER
18+
ALL, MATCH, ALLSMALLER, DashBase
1919

2020
include("Contexts/Contexts.jl")
2121
include("env.jl")

0 commit comments

Comments
 (0)