Skip to content

Commit 49dd231

Browse files
authored
Merge pull request #68 from plotly/export_dash_base
Export DashBase
2 parents 731746d + 88e64f7 commit 49dd231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Dash"
22
uuid = "1b08a953-4be3-4667-9a23-3db579824955"
33
authors = ["Chris Parmer <[email protected]>", "Alexandr Romanenko <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"

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)