Undid change to paths variables and cleaned up leftovers

This commit is contained in:
Mikayla Maki 2022-10-11 11:29:57 -07:00
parent 7ce758b343
commit a833652077
9 changed files with 27 additions and 141 deletions

View file

@ -2,6 +2,7 @@ mod feedback;
pub mod languages;
pub mod menus;
pub mod settings_file;
pub mod paths;
#[cfg(any(test, feature = "test-support"))]
pub mod test;