mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Move new navigator to its own module
This commit is contained in:
parent
1a35487135
commit
499fc87a59
8 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::backend::{Backend, LoginData, UserRegistration};
|
||||
use crate::widgets::new_navigator::{NavigationHandle, Screen, Widget};
|
||||
use crate::navigator::{NavigationHandle, Screen, Widget};
|
||||
use glib::clone;
|
||||
use gtk::prelude::*;
|
||||
use gtk_macros::get_widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue