aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-14 00:06:17 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-14 00:06:17 +0100
commit52a1f9da0b0bc71b8db09f344b175c2752f98f34 (patch)
tree06316cf95ee52d0704d4915756284cf91aed300b /src-tauri/src
parent2bdc60266adc1920a31488309657dd8db13b33f0 (diff)
downloadFlightCore-52a1f9da0b0bc71b8db09f344b175c2752f98f34.tar.gz
FlightCore-52a1f9da0b0bc71b8db09f344b175c2752f98f34.zip
fix: Resolve variable import error
Diffstat (limited to 'src-tauri/src')
-rw-r--r--src-tauri/src/thunderstore/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src-tauri/src/thunderstore/mod.rs b/src-tauri/src/thunderstore/mod.rs
index c07c27ff..9151ba7c 100644
--- a/src-tauri/src/thunderstore/mod.rs
+++ b/src-tauri/src/thunderstore/mod.rs
@@ -1,11 +1,9 @@
//! For interacting with Thunderstore API
-use app::constants::APP_USER_AGENT;
+use app::constants::{APP_USER_AGENT, BLACKLISTED_MODS};
use serde::{Deserialize, Serialize};
use std::collections::HashSet;
use ts_rs::TS;
-use crate::mod_management::BLACKLISTED_MODS;
-
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize, TS)]
#[ts(export)]
pub struct ThunderstoreMod {