feat: separate components

This commit is contained in:
2026-05-07 01:36:00 +05:00
parent 6f45ebaadc
commit 04755cf05b
5 changed files with 90 additions and 65 deletions
+6
View File
@@ -0,0 +1,6 @@
@rust-attr(derive(serde::Serialize, serde::Deserialize))
export struct BrowserConfig {
path: string,
flags: string,
}