mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove public access to mod
This commit is contained in:
parent
3ccb20f2f4
commit
af7a34c2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ mod action;
|
||||||
mod client;
|
mod client;
|
||||||
mod database;
|
mod database;
|
||||||
mod identity;
|
mod identity;
|
||||||
pub mod page;
|
mod page;
|
||||||
mod widget;
|
mod widget;
|
||||||
|
|
||||||
use super::{Action as TabAction, BrowserAction, Position, WindowAction};
|
use super::{Action as TabAction, BrowserAction, Position, WindowAction};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue