diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 6c52ab5..528bc37 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -9,6 +9,7 @@ use crate::components::context_menu::TorrentContextMenu; use crate::components::ui::card::{Card, CardHeader, CardTitle, CardContent as CardBody}; use crate::components::ui::data_table::*; use crate::components::ui::checkbox::Checkbox; +use crate::components::ui::badge::{Badge, BadgeVariant}; use crate::components::ui::button::{Button, ButtonVariant}; use crate::components::ui::empty::*; use crate::components::ui::input::Input; @@ -364,7 +365,6 @@ pub fn TorrentTable() -> impl IntoView {
// Desktop Table View