Skip to content

Commit

Permalink
clean up, remove random empty stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Oct 14, 2024
1 parent 2e2eff5 commit 8371764
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dioxus/src/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ fn web_launch(
#[cfg(all(feature = "static-generation", not(feature = "fullstack")))]
use dioxus_static_site_generation::document;
let document = std::rc::Rc::new(document::web::FullstackWebDocument)
as std::rc::Rc<dyn crate::prelude::Document>;
as std::rc::Rc<dyn crate::prelude::document::Document>;
vdom.provide_root_context(document);
}
vdom
Expand Down
1 change: 0 additions & 1 deletion packages/dioxus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ pub mod prelude {
#[cfg(feature = "document")]
#[cfg_attr(docsrs, doc(cfg(feature = "document")))]
pub use dioxus_document as document;
pub use dioxus_document::Document;

#[cfg(feature = "launch")]
#[cfg_attr(docsrs, doc(cfg(feature = "launch")))]
Expand Down
Empty file removed packages/document/assets/script.js
Empty file.
Empty file removed packages/document/assets/style.css
Empty file.

0 comments on commit 8371764

Please sign in to comment.