diff --git a/src/components/window/mod.rs b/src/components/window/mod.rs index 330a308..40ed731 100644 --- a/src/components/window/mod.rs +++ b/src/components/window/mod.rs @@ -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;