remove public access to mod

This commit is contained in:
yggverse 2025-01-27 18:08:52 +02:00
parent 3ccb20f2f4
commit af7a34c2ce

View file

@ -2,7 +2,7 @@ mod action;
mod client;
mod database;
mod identity;
pub mod page;
mod page;
mod widget;
use super::{Action as TabAction, BrowserAction, Position, WindowAction};