Skip to content

Commit

Permalink
src: webpage: src: Update and add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Nov 5, 2024
1 parent 2030ad0 commit 1554612
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webpage/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
use std::collections::BTreeMap;
use std::{collections::BTreeMap, sync::Arc};

use chrono::prelude::*;
use eframe::egui::{CollapsingHeader, Context};
use egui::mutex::Mutex;
use egui_extras::{Column, TableBody, TableBuilder};
use egui_plot::{Line, Plot, PlotPoints};
use ewebsock::{connect, WsReceiver, WsSender};
use humantime::format_duration;
use ringbuffer::RingBuffer;
use url::Url;
use web_sys::window;

Expand Down

0 comments on commit 1554612

Please sign in to comment.