restructure project
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m35s

This commit is contained in:
2024-02-06 11:45:44 +01:00
parent 359177a4c4
commit 7fa62ef1f9
8 changed files with 8 additions and 10 deletions

View File

@ -7,7 +7,7 @@ use std::{
sync::Arc,
};
use crate::{config::Config, misc::Error, risparser::overview::parse};
use crate::{config::Config, misc::Error, overview::parse};
pub mod responsible;