Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Aug 31, 2024
1 parent 741b406 commit f5fab00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- "wasm-main"
paths:
- "crates/www/Cargo.toml"
- "crates/www/src/**"
- "Dockerfile"
- "crates/www/style/**"
Expand Down
1 change: 1 addition & 0 deletions crates/www/src/components/progress_bar.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use leptos::prelude::*;
#[cfg(not(feature = "ssr"))]
use leptos_use::{use_event_listener, use_window};

const STYLES: &str = "#top-progress {
Expand Down

0 comments on commit f5fab00

Please sign in to comment.