mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Move database to backend module
This commit is contained in:
parent
9e10d47b87
commit
9057ec32ed
41 changed files with 47 additions and 67 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use super::selector::Selector;
|
||||
use crate::backend::Backend;
|
||||
use crate::database::{Person, Work, Recording};
|
||||
use crate::backend::{Backend, Person, Work, Recording};
|
||||
use crate::editors::{PersonEditor, WorkEditor, RecordingEditor};
|
||||
use crate::navigator::{NavigationHandle, Screen};
|
||||
use crate::widgets::Widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue