mod cli; mod ipc; fn main() { dioxus::launch(caretta_examples_core::ui::plain::App); }