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