Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5430ba8

Browse files
Update src/DashHtmlComponents.jl
Co-authored-by: Alex Johnson <[email protected]>
1 parent 62a22bb commit 5430ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DashHtmlComponents.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module DashHtmlComponents
22
function __init__()
3-
@warn "`using DashHtmlComponents` is deprecated, all DashHtmlComponents functions have been moved to Dash package. Use `using Dash` instead"
3+
@warn "The `DashHtmlComponents` package is deprecated. All DashHtmlComponents functions have been moved to the Dash package. Please switch to `using Dash` instead."
44
end
55
end

0 commit comments

Comments
 (0)