style: reorder import order in window/mod.rs

merge-requests/10/merge
Nefo Fortressia 2021-11-12 16:56:45 +07:00
parent ed2568dc25
commit 044414fa06
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
mod file;
mod imp;
pub mod file;
pub mod imp;
pub mod menubar;
use glib::object::IsA;