Skip to content

Commit

Permalink
fix: correctly importing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wllfaria committed May 12, 2024
1 parent 7019a49 commit 50de65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod config;
pub mod config;
mod data;
mod default_config;

pub use config::{load_config, Action, Config, KeyAction};
pub use config::{load_config, Config, KeyAction};
pub use data::{get_schemas_dir, setup_data_dir};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 50de65b

Please sign in to comment.