mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
Fix bad import
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
use crate::error::Error::ApiErr;
|
|
||||||
use crate::commands::{PluginSearchResponse, PluginVersion};
|
|
||||||
use crate::error::Result;
|
use crate::error::Result;
|
||||||
use crate::plugin_meta::get_plugin_meta;
|
use crate::plugin_meta::get_plugin_meta;
|
||||||
use log::{info, warn};
|
use log::{info, warn};
|
||||||
@@ -7,7 +5,6 @@ use reqwest::{Response, Url};
|
|||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
use log::info;
|
|
||||||
use tauri::{AppHandle, Runtime, is_dev};
|
use tauri::{AppHandle, Runtime, is_dev};
|
||||||
use ts_rs::TS;
|
use ts_rs::TS;
|
||||||
use yaak_common::api_client::yaak_api_client;
|
use yaak_common::api_client::yaak_api_client;
|
||||||
|
|||||||
Reference in New Issue
Block a user