aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/thunderstore
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-10 02:45:37 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-10 02:45:37 +0200
commit11bd3a3a4f87bedd216bba9b6cb148659d42cf8d (patch)
tree22b42004077f7b71ec35403d9fe361af6607b223 /src-tauri/src/thunderstore
parent0eac6d298ca31fdf8e8b5c65d9c7e18b85cbcec7 (diff)
downloadFlightCore-11bd3a3a4f87bedd216bba9b6cb148659d42cf8d.tar.gz
FlightCore-11bd3a3a4f87bedd216bba9b6cb148659d42cf8d.zip
refactor: Import constants from crate root
Instead of lib
Diffstat (limited to 'src-tauri/src/thunderstore')
-rw-r--r--src-tauri/src/thunderstore/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/thunderstore/mod.rs b/src-tauri/src/thunderstore/mod.rs
index e9eb30d7..bd4204b4 100644
--- a/src-tauri/src/thunderstore/mod.rs
+++ b/src-tauri/src/thunderstore/mod.rs
@@ -1,5 +1,5 @@
//! For interacting with Thunderstore API
-use app::constants::{APP_USER_AGENT, BLACKLISTED_MODS};
+use crate::constants::{APP_USER_AGENT, BLACKLISTED_MODS};
use serde::{Deserialize, Serialize};
use std::collections::HashSet;
use ts_rs::TS;