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 committed Nov 12, 2024
1 parent 68587a7 commit ce88cb5
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 ce88cb5

Please sign in to comment.