Skip to content

Commit

Permalink
chore: remove unused TrialAccountCounter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevries3133 committed Aug 12, 2024
1 parent 5288bb5 commit ad4446a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,20 +299,6 @@ impl Component for Home {
}
}

pub struct TrialAccountCounter {
count_remaining: usize,
}
impl Component for TrialAccountCounter {
fn render(&self) -> String {
let count_remaining = self.count_remaining;
format!(
r#"
<span hx-trigger="load delay:5s">{count_remaining}</span>
"#
)
}
}

pub struct ExternalLink<'a> {
pub href: &'a str,
pub children: Box<dyn Component>,
Expand Down

0 comments on commit ad4446a

Please sign in to comment.