Skip to content

Commit

Permalink
mute icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Veercodeprog committed Aug 9, 2024
1 parent 5670c8f commit 53b193b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssr/src/component/scrolling_post_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ use leptos_use::{use_intersection_observer_with_options, UseIntersectionObserver
use crate::page::post_view::video_loader::{BgView, VideoView};

use crate::utils::posts::PostDetails;
#[cfg(feature = "wasm-bindgen")]
use js_sys::Date;
#[cfg(feature = "wasm-bindgen")]
use wasm_bindgen::prelude::*;
#[component]
pub fn ScrollingPostView<F: Fn() -> V + Clone + 'static, V, O: Fn() -> IV, IV: IntoView>(
Expand Down

0 comments on commit 53b193b

Please sign in to comment.