Add web module
This commit is contained in:
5
src/web/mod.rs
Normal file
5
src/web/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! WebView module for UI and IPC
|
||||
|
||||
pub mod bridge;
|
||||
|
||||
pub use bridge::WebBridge;
|
||||
Reference in New Issue
Block a user