Fix compilation on macos

This commit is contained in:
Exidex 2024-07-21 20:51:32 +02:00
parent ccbf0d39ed
commit fbb3bd82fc

View file

@ -1,6 +1,5 @@
use std::rc::Rc;
use std::sync::Arc;
use freedesktop_icons::lookup;
use client::{open_window, start_client};
use common::model::{BackendRequestData, BackendResponseData, UiRequestData, UiResponseData};
use common::rpc::backend_api::BackendApi;