fix build with make dev
This commit is contained in:
parent
52710ece81
commit
6cfedc461d
|
@ -3,7 +3,7 @@
|
||||||
use eframe::egui::{self, FontDefinitions, Sense, Vec2b};
|
use eframe::egui::{self, FontDefinitions, Sense, Vec2b};
|
||||||
use egui::FontFamily::Proportional;
|
use egui::FontFamily::Proportional;
|
||||||
use egui_extras::{Column, TableBuilder};
|
use egui_extras::{Column, TableBuilder};
|
||||||
use tracing::{error, info, Level};
|
use tracing::{debug, error, info, Level};
|
||||||
|
|
||||||
mod account_manager;
|
mod account_manager;
|
||||||
mod error;
|
mod error;
|
||||||
|
|
Loading…
Reference in a new issue