Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'empty_julia_package' of https://github.com/waralex/dash…
Browse files Browse the repository at this point in the history
…-html-components into empty_julia_package
  • Loading branch information
waralex committed Oct 5, 2021
2 parents fa3264b + 5430ba8 commit 90711ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DashHtmlComponents.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DashHtmlComponents
function __init__()
@warn "`using DashHtmlComponents` is deprecated, all DashHtmlComponents functions have been moved to Dash package. Use `using Dash` instead"
@warn "The `DashHtmlComponents` package is deprecated. All DashHtmlComponents functions have been moved to the Dash package. Please switch to `using Dash` instead."
end
end

0 comments on commit 90711ee

Please sign in to comment.