Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburniske committed Feb 5, 2024
1 parent f741915 commit 3b86814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ use leptos::*;
/// Example
///
/// ```
/// use leptos_image::*;
/// use leptos::*;
///
/// #[component]
/// pub fn App() -> impl IntoView {
/// provide_image_context();
/// leptos_image::provide_image_context();
///
/// view!{
/// <div/>
Expand Down

0 comments on commit 3b86814

Please sign in to comment.