diff options
Diffstat (limited to 'src/db.rs')
-rw-r--r-- | src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,8 +4,8 @@ use rusqlite::Connection; | |||
4 | 4 | ||
5 | use crate::{ | 5 | use crate::{ |
6 | config::Cfg, | 6 | config::Cfg, |
7 | data::{list::List, modloader::Modloader}, | ||
7 | error::{EType, MLErr, MLE}, | 8 | error::{EType, MLErr, MLE}, |
8 | List, Modloader, | ||
9 | }; | 9 | }; |
10 | 10 | ||
11 | //MODS | 11 | //MODS |