feat: remove reference to clego inside tauri app

This commit is contained in:
theo
2024-07-24 15:00:14 +02:00
parent c2b4264f32
commit d8f3c276c0
4 changed files with 18 additions and 18 deletions

View File

@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
clego_lib::run()
pharmacie_desktop_lib::run()
}