Skip to content

Commit

Permalink
src: webpage: src: Remove ununsed import
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Nov 12, 2024
1 parent c256b97 commit cfb485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpage/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{cell::RefCell, collections::BTreeMap, sync::Arc};
use std::{collections::BTreeMap, sync::Arc};

use chrono::prelude::*;
use eframe::egui::{CollapsingHeader, Context};
Expand Down

0 comments on commit cfb485d

Please sign in to comment.