for now, make frame non-pub

This commit is contained in:
griffi-gh 2024-03-23 15:41:19 +01:00
parent 85810a2e59
commit d347f8f7e9

View file

@ -22,6 +22,8 @@ pub mod state;
pub mod text;
pub mod color;
pub mod signal;
pub mod frame;
//TODO change this to pub once the api is ready
//pub mod frame;
mod frame;
pub use instance::UiInstance;