Skip to content

Commit b8249e2

Browse files
Fixed another example
[ci skip]
1 parent 5a81d6f commit b8249e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Dash.jl

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Julia backend for [Plotly Dash](https://github.com/plotly/dash)
3131
```julia
3232
3333
using Dash
34+
using DashHtmlComponents
35+
using DashCoreComponents
3436
app = dash(external_stylesheets=["https://codepen.io/chriddyp/pen/bWLwgP.css"]) do
3537
html_div() do
3638
dcc_input(id="graphTitle", value="Let's Dance!", type = "text"),

0 commit comments

Comments
 (0)