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

Commit 90711ee

Browse files
committed
Merge branch 'empty_julia_package' of https://github.com/waralex/dash-html-components into empty_julia_package
2 parents fa3264b + 5430ba8 commit 90711ee

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)