Skip to content

Commit

Permalink
Fix: error: unused import:
Browse files Browse the repository at this point in the history
  • Loading branch information
prakash-bhatt-yral committed Aug 9, 2024
1 parent b9958bd commit bad6df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ssr/src/component/scrolling_post_view.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::time::Duration;

use leptos::*;
use leptos_icons::*;
use leptos_use::{use_intersection_observer_with_options, UseIntersectionObserverOptions};
Expand Down
1 change: 0 additions & 1 deletion ssr/src/page/post_view/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ use leptos_use::{
storage::use_local_storage, use_debounce_fn, use_intersection_observer_with_options,
utils::FromToStringCodec, UseIntersectionObserverOptions,
};
use std::time::Duration;
use video_iter::VideoFetchStream;
use video_loader::{BgView, VideoView};

Expand Down

0 comments on commit bad6df6

Please sign in to comment.