updated structs a bit

This commit is contained in:
2025-10-28 20:34:10 +01:00
parent c53a4462cd
commit d02c1fa314
6 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
use sqlx::{pool, sqlite::SqlitePool, FromRow};
use sqlx::{sqlite::SqlitePool, FromRow};
use crate::models::path::Path;