Skip to content

Commit 745610a

Browse files
committed
remove undefined export
1 parent 4866259 commit 745610a

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
@@ -13,7 +13,7 @@ include("HttpHelpers/HttpHelpers.jl")
1313

1414
using .HttpHelpers
1515

16-
export dash, Component, Front, callback!,
16+
export dash, Component, callback!,
1717
enable_dev_tools!, ClientsideFunction,
1818
run_server, PreventUpdate, no_update, @var_str,
1919
Input, Output, State, make_handler, callback_context,

0 commit comments

Comments
 (0)