This commit is contained in:
Mikayla Maki 2023-05-22 20:25:27 -07:00
parent 7be8dead07
commit da96802bf0
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,7 @@
use serde_derive::{Deserialize, Serialize};
use anyhow;
use settings::Setting;
use schemars::JsonSchema;
use serde_derive::{Deserialize, Serialize};
use settings::Setting;
#[derive(Deserialize, Debug)]
pub struct ProjectPanelSettings {