merge stable version #2

Merged
doryan merged 97 commits from experimental into main 2024-08-28 18:54:00 +03:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit da3cb52046 - Show all commits

View File

@ -7,7 +7,7 @@ mod model;
mod view;
use controller::*;
use view::view::*;
use view::ui::*;
#[tokio::main]
async fn main() {

View File

@ -2,4 +2,4 @@ pub mod components;
pub mod pages;
pub mod properties;
pub mod styles;
pub mod view;
pub mod ui;